Skip to content

Commit

Permalink
support allocation roles (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Aug 19, 2021
1 parent 7e20aba commit 3efa759
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 147 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/metal-stack/metal-go
go 1.16

require (
github.com/emicklei/go-restful/v3 v3.5.1
github.com/emicklei/go-restful/v3 v3.5.2
github.com/go-openapi/errors v0.20.0
github.com/go-openapi/runtime v0.19.29
github.com/go-openapi/runtime v0.19.30
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.2
github.com/metal-stack/masterdata-api v0.8.7
github.com/metal-stack/masterdata-api v0.8.8
github.com/metal-stack/metal-lib v0.8.0
github.com/metal-stack/security v0.5.3
github.com/metal-stack/security v0.6.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/pretty v1.2.0 // indirect
)
Loading

0 comments on commit 3efa759

Please sign in to comment.