Skip to content

Commit

Permalink
go: upgraded to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
idealhack committed Mar 14, 2022
1 parent eaeb192 commit dc5203c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
module github.com/theplant/createreactappmanifest

go 1.15
go 1.17

require (
github.com/theplant/appkit v0.0.0-20200710051107-b5c999e99992
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
)

require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/jjeffery/errors v1.0.3 // indirect
github.com/jjeffery/kv v0.8.1 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)

0 comments on commit dc5203c

Please sign in to comment.