Skip to content

Commit

Permalink
dev: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Sep 3, 2024
1 parent 6f009cc commit dff864c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 45 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module go.thethings.network/lorawan-stack/v3

go 1.21.0
go 1.22

toolchain go1.22.5

// See https://github.com/mitchellh/mapstructure/pull/278
Expand Down
21 changes: 11 additions & 10 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.thethings.network/lorawan-stack/tools

go 1.21.0
go 1.22

toolchain go1.22.5

Expand All @@ -26,6 +26,7 @@ require (
cloud.google.com/go/iam v1.1.13 // indirect
cloud.google.com/go/pubsub v1.41.0 // indirect
cloud.google.com/go/storage v1.43.0 // indirect
dario.cat/mergo v1.0.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
Expand All @@ -35,8 +36,8 @@ require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/KimMachineGun/automemlimit v0.6.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
github.com/RoaringBitmap/roaring v1.6.0 // indirect
github.com/TheThingsIndustries/mystique v0.0.0-20221125120501-80ab21781b6d // indirect
github.com/TheThingsIndustries/protoc-gen-go-flags v1.2.0 // indirect
Expand Down Expand Up @@ -129,8 +130,7 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hellofresh/health-go/v5 v5.5.3 // indirect
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand Down Expand Up @@ -174,14 +174,15 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
github.com/redis/go-redis/v9 v9.6.1 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.16.0+incompatible // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
Expand All @@ -195,9 +196,9 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/throttled/throttled/v2 v2.12.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/uptrace/bun v1.2.1 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.1 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.1 // indirect
github.com/uptrace/bun v1.2.3 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.2.3 // indirect
github.com/uptrace/bun/driver/pgdriver v1.2.3 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/weppos/publicsuffix-go v0.30.0 // indirect
Expand Down Expand Up @@ -248,7 +249,7 @@ require (
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/grpc v1.66.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit dff864c

Please sign in to comment.