Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 14, 2023
1 parent 8272bc9 commit b2d1561
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.76.0
github.com/palantir/godel/v2 v2.77.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.76.0 h1:/Xyzda5rNNb1loSz7yDXJEB073tT17vT+/5NkxevVFQ=
github.com/palantir/godel/v2 v2.76.0/go.mod h1:Gr7QyPkRPHTWpe2apoSBJ0OdCouM3KjKbh0LlS8Dcoo=
github.com/palantir/godel/v2 v2.77.0 h1:7cHiTPwkOgD4Xl+PwYplozdTguf/euUDUzkYTLLGhQQ=
github.com/palantir/godel/v2 v2.77.0/go.mod h1:pz6I94FQtRw5yhOeIyLPDJ4pOWe3NRDWSBVOs0ShATI=
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.76.0
# github.com/palantir/godel/v2 v2.77.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 b2d1561

Please sign in to comment.