Files
windmill/go-client/go.mod

19 lines
523 B
Modula-2

module github.com/windmill-labs/windmill-go-client
go 1.19
require (
github.com/google/uuid v1.5.0
github.com/oapi-codegen/runtime v1.1.1
github.com/stretchr/testify v1.8.4
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)