Skip to content
Snippets Groups Projects
go.mod 681 B
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    module code.fbi.h-da.de/cocsn/gosdn
    
    go 1.14
    
    require (
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	code.fbi.h-da.de/cocsn/swagger/apis v0.0.0-20200924152423-61030cab7b88
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	github.com/google/go-cmp v0.4.1 // indirect
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	github.com/onsi/ginkgo v1.13.0 // indirect
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	google.golang.org/genproto v0.0.0-20200519141106-08726f379972 // indirect
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    )