Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jun 21, 2024
1 parent 1a15058 commit 2b3bed3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2,242 deletions.
14 changes: 13 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.sia.tech/gofakes3

go 1.16
go 1.21

toolchain go1.22.3

require (
github.com/aws/aws-sdk-go v1.54.2
Expand All @@ -11,3 +13,13 @@ require (
golang.org/x/tools v0.22.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)

require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 2b3bed3

Please sign in to comment.