Skip to content

Commit

Permalink
Upgrade Go modules (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhaley authored Feb 28, 2023
1 parent df7e6ec commit 239de36
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 358 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ module github.com/trendmicro/new-release-version
go 1.18

require (
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-semver v0.3.1
github.com/google/go-github/v32 v32.1.0
github.com/hashicorp/go-version v1.2.1
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
github.com/hashicorp/go-version v1.6.0
github.com/stretchr/testify v1.8.2
golang.org/x/oauth2 v0.5.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 239de36

Please sign in to comment.