diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4,14 +4,7 @@ go 1.18 require ( github.com/gorilla/mux v1.8.0 - github.com/rs/zerolog v1.28.0 golang.org/x/sync v0.1.0 olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 sigs.k8s.io/controller-runtime v0.13.1 ) - -require ( - github.com/mattn/go-colorable v0.1.12 // indirect - github.com/mattn/go-isatty v0.0.14 // indirect - golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect -) |