mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
11 lines
219 B
AMPL
11 lines
219 B
AMPL
module github.com/windmill-labs/windmill-go-client
|
|
|
|
go 1.19
|
|
|
|
require github.com/oapi-codegen/runtime v1.0.0
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
)
|