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 authored and edaniels committed Apr 3, 2024
1 parent 969e49a commit 338310b
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 338310b

Please sign in to comment.