This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
orchestrator-swagger-go-client/go.mod
2024-07-15 10:29:53 +02:00

12 lines
261 B
Modula-2

module git.dragse.it/anthrove/orchestrator-swagger-go-client
go 1.18
require github.com/stretchr/testify v1.9.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)