Skip to content

Commit

Permalink
Use go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Warren committed Aug 31, 2022
1 parent a9bf1fc commit 49191e3
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
@@ -1,6 +1,6 @@
module github.com/chanioxaris/json-server

go 1.14
go 1.19

require (
github.com/gookit/color v1.2.7
Expand All @@ -9,3 +9,10 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
)

0 comments on commit 49191e3

Please sign in to comment.