Skip to content
Snippets Groups Projects
go.mod 180 B
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    module code.fbi.h-da.de/cocsn/yang-modules/generated/tapi
    
    go 1.14
    
    require (
    	github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97
    	github.com/openconfig/ygot v0.8.7
    )