Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 14, 2023
1 parent 6049c0e commit bd838d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/amalgomate v1.5.0
github.com/palantir/godel/v2 v2.80.0
github.com/palantir/godel/v2 v2.81.0
github.com/palantir/okgo v1.8.0
github.com/palantir/pkg/cobracli v1.2.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 @@ -77,8 +77,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.80.0 h1:EmKt9jgr1EVwSPHiEwcF74vanRIdxlFgGyYUKkAUtKw=
github.com/palantir/godel/v2 v2.80.0/go.mod h1:uKL7Yuy7GPGWJWh0BCPXa6P8E8rOCmVOzagK9fB7aQo=
github.com/palantir/godel/v2 v2.81.0 h1:SL/DWIvp+x3qoV/rxWGDjARSutJbzgAF/CqmuIYRQUU=
github.com/palantir/godel/v2 v2.81.0/go.mod h1:Nw+4pSC2ZuhG1gb+4BFXQRH4wpe88T7Yrn+5UrIpICg=
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 @@ -112,7 +112,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.80.0
# github.com/palantir/godel/v2 v2.81.0
## explicit; go 1.20
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand Down

0 comments on commit bd838d2

Please sign in to comment.