Skip to content

Commit

Permalink
go mod tidy && go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Oct 12, 2023
1 parent d6f9a55 commit 23b90c1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 563 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require (
github.com/tombuildsstuff/giovanni v0.20.0
github.com/tombuildsstuff/kermit v0.20230703.1101016
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/tools v0.13.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -76,6 +75,7 @@ require (
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
Expand Down
56 changes: 0 additions & 56 deletions vendor/golang.org/x/net/context/context.go

This file was deleted.

73 changes: 0 additions & 73 deletions vendor/golang.org/x/net/context/go17.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/golang.org/x/net/context/go19.go

This file was deleted.

Loading

0 comments on commit 23b90c1

Please sign in to comment.