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
edaniels committed Apr 2, 2024
1 parent fcbf3d5 commit a09ab7e
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
Expand Up @@ -7,4 +7,11 @@ require (
github.com/stretchr/testify v1.9.0
)

go 1.13
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
)

go 1.19

0 comments on commit a09ab7e

Please sign in to comment.