Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 31, 2022
1 parent b119bd4 commit e352741
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/amalgomate v1.5.0
github.com/palantir/godel/v2 v2.56.0
github.com/palantir/godel/v2 v2.57.0
github.com/palantir/okgo v1.8.0
github.com/palantir/pkg/cobracli v1.1.0
github.com/pkg/errors v0.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ github.com/palantir/amalgomate v1.5.0 h1:wzqVjlu2Tzc2MOFCswjZcAU3c+SSYSVwlaTgczo
github.com/palantir/amalgomate v1.5.0/go.mod h1:GzTDudYKnad5BkqZjrDVRlvSvmpTjhjlSHNdTqZWyfs=
github.com/palantir/godel v2.14.0+incompatible h1:votp3K0BDunem81cb8b3xdhFT/n3dgQ8q5mEzlso3d8=
github.com/palantir/godel v2.14.0+incompatible/go.mod h1:y5sjaV4I8yAOiKeuML5FxFHOpWvXCyPPj79/5PQLq0E=
github.com/palantir/godel/v2 v2.56.0 h1:1Of4u2X5/A717vs5lR53E6g0qZdS6JdQ1RotpIpXuoY=
github.com/palantir/godel/v2 v2.56.0/go.mod h1:fh4zvXdGGq20Vru5HmXbtOLoXnaLRw1v+JOOGEa0ygE=
github.com/palantir/godel/v2 v2.57.0 h1:Mxdi1CrOcby6m3+us49XChVJF9rP3WrpM3Q/XJWxEw0=
github.com/palantir/godel/v2 v2.57.0/go.mod h1:fh4zvXdGGq20Vru5HmXbtOLoXnaLRw1v+JOOGEa0ygE=
github.com/palantir/okgo v1.8.0 h1:13NJ0kCJWBWRG6B4tyKi+aAUQmLErVq/vhOJ/Loo9sE=
github.com/palantir/okgo v1.8.0/go.mod h1:b6rRbS1Zxz7jkeNvY+TtLz4tO4YbM2zaEOstEEvH5/M=
github.com/palantir/pkg v0.0.0-20180424172112-23395ebeee5d/go.mod h1:jLbXCfQ4HRrT5RRj5JuKc1ucQeridBMyRCpmzRtUYMY=
Expand Down

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ github.com/palantir/godel/framework/verifyorder
github.com/palantir/godel/godelgetter
github.com/palantir/godel/pkg/osarch
github.com/palantir/godel/pkg/versionedconfig
# github.com/palantir/godel/v2 v2.56.0
# github.com/palantir/godel/v2 v2.57.0
## explicit; go 1.18
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand Down

0 comments on commit e352741

Please sign in to comment.