Skip to content

Commit

Permalink
[deps] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed Oct 10, 2023
1 parent 8683b9e commit 88de9d8
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 81 deletions.
60 changes: 51 additions & 9 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,64 @@
"lockfile_version": "1",
"packages": {
"buf@latest": {
"last_modified": "2023-06-29T16:20:38Z",
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#buf",
"last_modified": "2023-09-27T18:02:17Z",
"resolved": "github:NixOS/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9#buf",
"source": "devbox-search",
"version": "1.21.0"
"version": "1.26.1",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/s18vim77l58giddya6wqdbfijpybwgn3-buf-1.26.1"
},
"aarch64-linux": {
"store_path": "/nix/store/kb952az4hakwdk7wr6v47z8mgw0xqn3s-buf-1.26.1"
},
"x86_64-darwin": {
"store_path": "/nix/store/gaibn6lr7p71pr0wl858l8zg9bhz5pg3-buf-1.26.1"
},
"x86_64-linux": {
"store_path": "/nix/store/8gxl746kaz0biava5341ldbnbn15d4rk-buf-1.26.1"
}
}
},
"go@latest": {
"last_modified": "2023-06-29T16:20:38Z",
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#go",
"last_modified": "2023-09-27T18:02:17Z",
"resolved": "github:NixOS/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9#go_1_21",
"source": "devbox-search",
"version": "1.20.5"
"version": "1.21.1",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/s1xk6hrfn0kw8ycvqbx4vv4gr00k6qpl-go-1.21.1"
},
"aarch64-linux": {
"store_path": "/nix/store/id3ygqxp1hvbh7dyjlwngx53fvcpqg84-go-1.21.1"
},
"x86_64-darwin": {
"store_path": "/nix/store/yn0g820ayb963s0i4nnw9pf72l49kkg0-go-1.21.1"
},
"x86_64-linux": {
"store_path": "/nix/store/pvvv2lmx9m8b2n0447mljrl5xmla8r3h-go-1.21.1"
}
}
},
"golangci-lint@latest": {
"last_modified": "2023-06-29T16:20:38Z",
"resolved": "github:NixOS/nixpkgs/3c614fbc76fc152f3e1bc4b2263da6d90adf80fb#golangci-lint",
"last_modified": "2023-09-27T18:02:17Z",
"resolved": "github:NixOS/nixpkgs/517501bcf14ae6ec47efd6a17dda0ca8e6d866f9#golangci-lint",
"source": "devbox-search",
"version": "1.53.3"
"version": "1.54.2",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/x9n0fil9sh73sh6hvqznmzi2csd6bwnq-golangci-lint-1.54.2"
},
"aarch64-linux": {
"store_path": "/nix/store/v3hp3glsrxcpbc6m17b8rqfpspc2xf13-golangci-lint-1.54.2"
},
"x86_64-darwin": {
"store_path": "/nix/store/k9rgnvxf0jgk4d8fhjmw0464in6d8hwc-golangci-lint-1.54.2"
},
"x86_64-linux": {
"store_path": "/nix/store/wn11gawfl5ca825k9wblbkrxaf283vxh-golangci-lint-1.54.2"
}
}
}
}
}
50 changes: 25 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
cloud.google.com/go/artifactregistry v1.12.0
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/MakeNowJust/heredoc v1.0.0
github.com/aws/aws-sdk-go-v2 v1.17.7
github.com/aws/aws-sdk-go-v2/config v1.18.19
github.com/aws/aws-sdk-go-v2 v1.21.1
github.com/aws/aws-sdk-go-v2/config v1.18.44
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.7
github.com/bep/debounce v1.2.1
github.com/briandowns/spinner v1.23.0
Expand All @@ -21,7 +21,7 @@ require (
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.15
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.18
github.com/mattn/go-isatty v0.0.19
github.com/moby/buildkit v0.11.6
github.com/moby/term v0.0.0-20221205130635-1aeaba878587
github.com/pkg/errors v0.9.1
Expand All @@ -32,16 +32,16 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/speps/go-hashids/v2 v2.0.1
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.6.1
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stern/stern v1.24.0
github.com/stretchr/testify v1.8.3
go.jetpack.io/envsec v0.0.0-20230331210001-db4e019e9034
golang.org/x/crypto v0.7.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/mod v0.9.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.7.0
go.jetpack.io/envsec v0.0.0-20230821184613-5473a9c3f116
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/mod v0.13.0
golang.org/x/sync v0.4.0
golang.org/x/sys v0.13.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -71,17 +71,17 @@ require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.18 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.31 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.25 // indirect
github.com/aws/aws-sdk-go-v2/service/ssm v1.36.0 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.12.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.18.7 // indirect
github.com/aws/smithy-go v1.13.5 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.42 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.12 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.44 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36 // indirect
github.com/aws/aws-sdk-go-v2/service/ssm v1.38.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.15.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.2 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.23.1 // indirect
github.com/aws/smithy-go v1.15.0 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down Expand Up @@ -194,12 +194,12 @@ require (
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea // indirect
Expand Down
Loading

0 comments on commit 88de9d8

Please sign in to comment.