Skip to content
Snippets Groups Projects
go.mod 1.73 KiB
Newer Older
  • Learn to ignore specific revisions
  • Malte Bauch's avatar
    Malte Bauch committed
    
    
    go 1.23
    
    Malte Bauch's avatar
    Malte Bauch committed
    
    require (
    
    	code.fbi.h-da.de/danet/gnmi-target v0.0.0-20240402114917-f5441059d9a3
    
    Malte Bauch's avatar
    Malte Bauch committed
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    
    	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    
    Malte Bauch's avatar
    Malte Bauch committed
    	github.com/kylelemons/godebug v1.1.0 // indirect
    
    	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
    
    	github.com/tklauser/go-sysconf v0.3.13 // indirect
    	github.com/tklauser/numcpus v0.7.0 // indirect
    	github.com/yusufpapurcu/wmi v1.2.4 // indirect
    	golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
    
    	golang.org/x/net v0.29.0 // indirect
    	golang.org/x/text v0.18.0 // indirect
    	google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
    
    Malte Bauch's avatar
    Malte Bauch committed
    )