Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 15, 2023
1 parent 1a7f6be commit bcbdefd
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 38 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.21

require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.64.0
github.com/palantir/godel/v2 v2.92.0
github.com/palantir/conjure-go-runtime/v2 v2.65.0
github.com/palantir/godel/v2 v2.93.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/palantir/pkg/refreshable v1.4.0
github.com/pkg/errors v0.9.1
Expand All @@ -23,8 +23,8 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/nmiyake/pkg/errorstringer v1.1.0 // indirect
github.com/palantir/go-metrics v1.1.1 // indirect
Expand All @@ -37,10 +37,10 @@ require (
github.com/palantir/pkg/specdir v1.2.0 // indirect
github.com/palantir/pkg/tlsconfig v1.2.0 // indirect
github.com/palantir/pkg/uuid v1.2.0 // indirect
github.com/palantir/witchcraft-go-error v1.28.0 // indirect
github.com/palantir/witchcraft-go-logging v1.45.0 // indirect
github.com/palantir/witchcraft-go-params v1.26.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.28.0 // indirect
github.com/palantir/witchcraft-go-error v1.29.0 // indirect
github.com/palantir/witchcraft-go-logging v1.46.0 // indirect
github.com/palantir/witchcraft-go-params v1.27.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.29.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
39 changes: 21 additions & 18 deletions go.sum

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

4 changes: 2 additions & 2 deletions vendor/github.com/mattn/go-isatty/isatty_bsd.go

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

20 changes: 10 additions & 10 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ github.com/golang/snappy
github.com/inconshreveable/mousetrap
# github.com/kr/pretty v0.2.0
## explicit; go 1.12
# github.com/mattn/go-colorable v0.1.12
## explicit; go 1.13
# github.com/mattn/go-colorable v0.1.13
## explicit; go 1.15
github.com/mattn/go-colorable
# github.com/mattn/go-isatty v0.0.14
## explicit; go 1.12
# github.com/mattn/go-isatty v0.0.19
## explicit; go 1.15
github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.10
## explicit; go 1.9
github.com/mattn/go-runewidth
# github.com/nmiyake/pkg/errorstringer v1.1.0
## explicit; go 1.16
github.com/nmiyake/pkg/errorstringer
# github.com/palantir/conjure-go-runtime/v2 v2.64.0
# github.com/palantir/conjure-go-runtime/v2 v2.65.0
## explicit; go 1.21
github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient
github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient/internal
Expand All @@ -44,7 +44,7 @@ github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/errors
# github.com/palantir/go-metrics v1.1.1
## explicit; go 1.13
github.com/palantir/go-metrics
# github.com/palantir/godel/v2 v2.92.0
# github.com/palantir/godel/v2 v2.93.0
## explicit; go 1.21
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout
Expand Down Expand Up @@ -90,20 +90,20 @@ github.com/palantir/pkg/tlsconfig
## explicit; go 1.19
github.com/palantir/pkg/uuid
github.com/palantir/pkg/uuid/internal/uuid
# github.com/palantir/witchcraft-go-error v1.28.0
# github.com/palantir/witchcraft-go-error v1.29.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-error
github.com/palantir/witchcraft-go-error/internal/errors
# github.com/palantir/witchcraft-go-logging v1.45.0
# github.com/palantir/witchcraft-go-logging v1.46.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-logging/internal/gopath
github.com/palantir/witchcraft-go-logging/wlog
github.com/palantir/witchcraft-go-logging/wlog/internal
github.com/palantir/witchcraft-go-logging/wlog/svclog/svc1log
# github.com/palantir/witchcraft-go-params v1.26.0
# github.com/palantir/witchcraft-go-params v1.27.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-params
# github.com/palantir/witchcraft-go-tracing v1.28.0
# github.com/palantir/witchcraft-go-tracing v1.29.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-tracing/wtracing
github.com/palantir/witchcraft-go-tracing/wtracing/propagation/b3
Expand Down

0 comments on commit bcbdefd

Please sign in to comment.