Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jan 9, 2024
1 parent f43c65e commit d9ee317
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 @@ -38,7 +38,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/palantir/go-encrypted-config-value v1.28.0 // indirect
github.com/palantir/go-encrypted-config-value v1.29.0 // indirect
github.com/palantir/pkg/bytesbuffers v1.2.0 // indirect
github.com/palantir/pkg/metrics v1.7.0 // indirect
github.com/palantir/pkg/refreshable v1.5.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ github.com/openzipkin/zipkin-go v0.2.2 h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/palantir/conjure-go-runtime/v2 v2.68.0 h1:kA1qnBNF1uaYdOMMIAEfU/CY9tHm0coCJQwy2BBIiOE=
github.com/palantir/conjure-go-runtime/v2 v2.68.0/go.mod h1:56UuLF4tBVZqZInhDfDF8+xC367k0BM29VA+7ZXbH5o=
github.com/palantir/go-encrypted-config-value v1.28.0 h1:FkRFoEw5+PiUsWcgS3oNswLnDXx1FQINdw1Cp5e6Y6Q=
github.com/palantir/go-encrypted-config-value v1.28.0/go.mod h1:TwtiMZIlZsaCD3vwKFXV2oCglrA+NkZVDGsRF5OuyU4=
github.com/palantir/go-encrypted-config-value v1.29.0 h1:JZlirN5IFdsRWrMFertJdarw1sW/dSo2r70qwCz9z+M=
github.com/palantir/go-encrypted-config-value v1.29.0/go.mod h1:TwtiMZIlZsaCD3vwKFXV2oCglrA+NkZVDGsRF5OuyU4=
github.com/palantir/go-metrics v1.1.1 h1:YL/UmptBjrC6iSCTVr7vfuIcjL0M359Da3/gBGNny10=
github.com/palantir/go-metrics v1.1.1/go.mod h1:fRkuipBnsI4nD8Vd9UNcrUJvD8Y0wOJMSbicygcBrGs=
github.com/palantir/go-ptimports/v2 v2.10.0 h1:foAjyLulrcRc89Vto7EwniJJDiQT8oiG8CsLAH9h8HE=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient/internal/
github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/codecs
github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/errors
github.com/palantir/conjure-go-runtime/v2/conjure-go-server/httpserver
# github.com/palantir/go-encrypted-config-value v1.28.0
# github.com/palantir/go-encrypted-config-value v1.29.0
## explicit; go 1.21
github.com/palantir/go-encrypted-config-value/encryptedconfigvalue
github.com/palantir/go-encrypted-config-value/encryption
Expand Down

0 comments on commit d9ee317

Please sign in to comment.