Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 31, 2022
1 parent e352741 commit d4fb806
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.57.0
github.com/palantir/godel/v2 v2.58.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.57.0 h1:Mxdi1CrOcby6m3+us49XChVJF9rP3WrpM3Q/XJWxEw0=
github.com/palantir/godel/v2 v2.57.0/go.mod h1:fh4zvXdGGq20Vru5HmXbtOLoXnaLRw1v+JOOGEa0ygE=
github.com/palantir/godel/v2 v2.58.0 h1:ibYJuP+gPOUIx2Nub9DT0z8Wawz4BYAJ9FLEPzNulvc=
github.com/palantir/godel/v2 v2.58.0/go.mod h1:cLwhKhWmPYX7MbIkA3zcFn/79BTbenyrh7UgHS0ZhiI=
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.57.0
# github.com/palantir/godel/v2 v2.58.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 d4fb806

Please sign in to comment.