Skip to content

Commit 3e667b0

Browse files
edanielsSean-Der
authored andcommitted
Update go.mod version to 1.19
Relates to pion/webrtc#2292
1 parent ae51db9 commit 3e667b0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ require (
88
golang.org/x/net v0.22.0
99
)
1010

11-
go 1.13
11+
require (
12+
github.com/davecgh/go-spew v1.1.1 // indirect
13+
github.com/pmezard/go-difflib v1.0.0 // indirect
14+
gopkg.in/yaml.v3 v3.0.1 // indirect
15+
)
16+
17+
go 1.19

0 commit comments

Comments
 (0)