mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
11 lines
202 B
Modula-2
11 lines
202 B
Modula-2
module github.com/windmill-labs/windmill-go-client
|
|
|
|
go 1.19
|
|
|
|
require github.com/deepmap/oapi-codegen v1.11.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|