Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jul 30, 2024
1 parent 64e52f4 commit 0a5a7a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/palantir/amalgomate v1.42.0
github.com/palantir/go-ptimports/v2 v2.10.0
github.com/palantir/godel-format-plugin v1.5.0
github.com/palantir/godel/v2 v2.111.0
github.com/palantir/godel/v2 v2.112.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ github.com/palantir/go-ptimports/v2 v2.10.0/go.mod h1:BhZDs/eL/RvgShGCPEG+vKxZJu
github.com/palantir/godel-format-plugin v1.5.0 h1:PtDOW1/WSgiJmjl0lPM+PWA/nMbz3hPJCK/mf03hiyI=
github.com/palantir/godel-format-plugin v1.5.0/go.mod h1:FKZvdIfM0/QKaNUouCDuMHQ8FwshQoZ+yiYamrmbYzY=
github.com/palantir/godel/v2 v2.22.0/go.mod h1:Da/HS4lwo4j/v/PpmpJxgfamjg4Jwp6qPSnPzAr0Ppk=
github.com/palantir/godel/v2 v2.111.0 h1:IQlXF8zg0muoXZNACEMgiJYmCwaizh1ViwXFZ2DzBcs=
github.com/palantir/godel/v2 v2.111.0/go.mod h1:LpkxUtZEW+eV2GeBbmrlW1b1X3T1pAkuV8isaQvJ62w=
github.com/palantir/godel/v2 v2.112.0 h1:QxaPCQylUQSyvWuvJlRMb6dZ12JIfPnku1bKrbQgf0I=
github.com/palantir/godel/v2 v2.112.0/go.mod h1:7pL0CYLUwXxmNn9LyoRMYuQHHGt4N0h5T9nEeJHre6U=
github.com/palantir/pkg v0.0.0-20181230161202-d12f4064ff8e/go.mod h1:jLbXCfQ4HRrT5RRj5JuKc1ucQeridBMyRCpmzRtUYMY=
github.com/palantir/pkg v0.0.0-20190110173045-b2b34217111b/go.mod h1:jLbXCfQ4HRrT5RRj5JuKc1ucQeridBMyRCpmzRtUYMY=
github.com/palantir/pkg v1.0.1/go.mod h1:Eo6Jl0UXfT+65sLXJOcU9duu0WPvKsWFXCb0dE5VWZs=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ github.com/palantir/go-ptimports/v2/ptimports
github.com/palantir/godel-format-plugin/formatplugin
github.com/palantir/godel-format-plugin/formatter
github.com/palantir/godel-format-plugin/formattester
# github.com/palantir/godel/v2 v2.111.0
# github.com/palantir/godel/v2 v2.112.0
## explicit; go 1.21
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand Down

0 comments on commit 0a5a7a5

Please sign in to comment.