Skip to content

Commit

Permalink
Metal go update (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Oct 19, 2020
1 parent f56bde3 commit 19095ce
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 8 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/metal-stack/metal-ccm

go 1.14
go 1.15

require (
github.com/NYTimes/gziphandler v1.0.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/uuid v1.1.1
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/metal-stack/metal-go v0.8.3
github.com/metal-stack/metal-lib v0.5.0
github.com/metal-stack/metal-go v0.9.4
github.com/metal-stack/metal-lib v0.6.2
github.com/metal-stack/v v1.0.2
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
Expand Down
Loading

0 comments on commit 19095ce

Please sign in to comment.