Skip to content
Snippets Groups Projects
go.mod 667 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
    
    	github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	golang.org/x/net v0.0.0-20200904194848-62affa334b73 // 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
    )