Skip to content

Commit

Permalink
Update go.mod to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 2, 2024
1 parent 969e49a commit 8778206
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
module github.com/pion/sctp

require (
github.com/kr/pretty v0.1.0 // indirect
github.com/pion/logging v0.2.2
github.com/pion/randutil v0.1.0
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/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.13
go 1.19

0 comments on commit 8778206

Please sign in to comment.