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 authored and Sean-Der committed Apr 3, 2024
1 parent 5b90bc1 commit e2e2c88
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pion/interceptor

go 1.15
go 1.19

require (
github.com/pion/logging v0.2.2
Expand All @@ -9,3 +9,10 @@ require (
github.com/pion/transport/v3 v3.0.2
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit e2e2c88

Please sign in to comment.