You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/go.mod

10 lines
157 B
Modula-2

module github.com/fluxcd/toolkit
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/spf13/cobra v0.0.6
k8s.io/client-go v0.18.0
)