Skip to content

Commit

Permalink
Require go version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 22, 2023
1 parent b8c0970 commit d11fbfc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 50 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wetware/pkg

go 1.20
go 1.21

require (
capnproto.org/go/capnp/v3 v3.0.0-alpha.28
Expand All @@ -17,7 +17,6 @@ require (
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/urfave/cli/v2 v2.25.7
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/fx v1.20.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
Expand Down Expand Up @@ -122,7 +121,6 @@ require (
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
github.com/quic-go/qtls-go1-20 v0.3.2 // indirect
github.com/quic-go/quic-go v0.37.6 // indirect
github.com/quic-go/webtransport-go v0.5.3 // indirect
Expand Down
Loading

0 comments on commit d11fbfc

Please sign in to comment.