Skip to content

Commit

Permalink
Update to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kubakl committed Mar 2, 2023
1 parent ac4f82d commit ac76e56
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
module github.com/msales/udger

go 1.15
go 1.19

require (
github.com/mattn/go-sqlite3 v1.14.4
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.8.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/stretchr/objx v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit ac76e56

Please sign in to comment.