Created
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module git.cloudyne.io/go/woogo
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
||||
github.com/brianvoe/gofakeit/v6 v6.16.0
|
||||
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
||||
github.com/go-resty/resty/v2 v2.7.0
|
||||
github.com/google/go-querystring v1.1.0
|
||||
git.cloudyne.io/go/hiscaler-gox v1.1.1
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/stretchr/testify v1.7.0
|
||||
)
|
||||
Reference in New Issue
Block a user