15 lines
403 B
Modula-2
15 lines
403 B
Modula-2
module github.com/gostor/gotgt
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ceph/go-ceph v0.0.0-20180104205452-bd5bc6d4cb3e
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/gorilla/mux v1.7.2
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a
|
|
)
|