Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 10, 2023
1 parent 128cb6c commit 2569ab8
Show file tree
Hide file tree
Showing 331 changed files with 853 additions and 2,024 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
golang.org/x/tools v0.14.0
golang.org/x/tools v0.15.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down Expand Up @@ -46,9 +46,9 @@ require (
github.com/rivo/uniseg v0.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 31 additions & 28 deletions vendor/golang.org/x/net/http2/databuffer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions vendor/golang.org/x/net/http2/go111.go

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/golang.org/x/net/http2/go115.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/golang.org/x/net/http2/go118.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/golang.org/x/net/http2/not_go111.go

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/golang.org/x/net/http2/not_go115.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/golang.org/x/net/http2/not_go118.go

This file was deleted.

24 changes: 4 additions & 20 deletions vendor/golang.org/x/net/http2/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2569ab8

Please sign in to comment.