Skip to content

Commit

Permalink
Update gofakes3 dependency (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Apr 22, 2024
2 parents 32583da + c0f8075 commit 2b409a6
Show file tree
Hide file tree
Showing 3 changed files with 2,156 additions and 17 deletions.
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -15,7 +15,7 @@ require (
gitlab.com/NebulousLabs/encoding v0.0.0-20200604091946-456c3dc907fe
go.sia.tech/core v0.2.2
go.sia.tech/coreutils v0.0.3
go.sia.tech/gofakes3 v0.0.1
go.sia.tech/gofakes3 v0.0.2
go.sia.tech/hostd v1.0.4
go.sia.tech/jape v0.11.2-0.20240124024603-93559895d640
go.sia.tech/mux v1.2.0
Expand All @@ -35,7 +35,7 @@ require (

require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aws/aws-sdk-go v1.51.7 // indirect
github.com/aws/aws-sdk-go v1.51.21 // indirect
github.com/cloudflare/cloudflare-go v0.91.0 // indirect
github.com/dchest/threefish v0.0.0-20120919164726-3ecf4c494abf // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
Expand Down Expand Up @@ -79,10 +79,10 @@ require (
gitlab.com/NebulousLabs/threadgroup v0.0.0-20200608151952-38921fbef213 // indirect
go.sia.tech/web v0.0.0-20240403135501-82ff3a2a3e7c // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
golang.org/x/tools v0.20.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)

0 comments on commit 2b409a6

Please sign in to comment.