Skip to content

Commit

Permalink
Update go.mod version to 1.19
Browse files Browse the repository at this point in the history
Relates to pion/webrtc#2292
  • Loading branch information
edaniels committed Apr 3, 2024
1 parent bca4f2f commit a12f670
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module github.com/pion/ice/v3

go 1.13
go 1.19

require (
github.com/google/uuid v1.6.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pion/dtls/v2 v2.2.10
github.com/pion/logging v0.2.2
github.com/pion/mdns/v2 v2.0.7
Expand All @@ -14,5 +13,15 @@ require (
github.com/pion/turn/v3 v3.0.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.22.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pion/transport/v2 v2.2.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit a12f670

Please sign in to comment.