openpdu/src/go.mod

43 lines
2.0 KiB
Modula-2

module git.openpdu.org/OpenPDU/openpdu
go 1.15
require (
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/go-macaron/binding v1.2.0
github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b // indirect
github.com/go-macaron/pongo2 v0.0.0-20200329073512-6ca146b415a1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/robbiet480/go.nut v0.0.0-20211005235800-e810489c32db
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/viper v1.9.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/unknwon/com v1.0.1 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.0.0-20211206223245-266e24b1e4b7 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/macaron.v1 v1.4.0
gopkg.in/resty.v1 v1.12.0 // indirect
periph.io/x/periph v3.6.8+incompatible
)
replace git.openpdu.org/OpenPDU/openpdu => ./src