Skip to content

Commit

Permalink
use go 1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Mar 13, 2022
1 parent 271ed98 commit e0da9a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jonhadfield/soba

go 1.16
go 1.17

require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
Expand All @@ -9,4 +9,10 @@ require (
github.com/stretchr/testify v1.7.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

//replace github.com/jonhadfield/githosts-utils => ../githosts-utils
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82/go.mod h1:tyA
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jonhadfield/githosts-utils v0.0.0-20220313173443-aa1b3b44279a h1:VwnYJ28kw/ElslcMDXxq+BpW2RHfssafgm5jEGq+uCQ=
github.com/jonhadfield/githosts-utils v0.0.0-20220313173443-aa1b3b44279a/go.mod h1:PpF4g6DGFG4Fah8yeiPKLCo4qeFibKgYFAVTVkOy5iA=
github.com/jonhadfield/githosts-utils v0.0.0-20220313174609-54b364027c38 h1:9sB3pIS4JXOMY18BAmSBL+etUqXOo9PQa2F3SyMNho0=
github.com/jonhadfield/githosts-utils v0.0.0-20220313174609-54b364027c38/go.mod h1:PpF4g6DGFG4Fah8yeiPKLCo4qeFibKgYFAVTVkOy5iA=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
Expand Down

0 comments on commit e0da9a6

Please sign in to comment.