switch to go modules
Gopkg.lock
deleted
100644 → 0
Gopkg.toml
deleted
100644 → 0
go.mod
0 → 100644
module gitlab.servus.at/autoradio/tank | ||
go 1.12 | ||
require ( | ||
github.com/codegangsta/cli v1.20.0 | ||
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 | ||
github.com/go-sql-driver/mysql v1.4.0 | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/handlers v1.3.0 | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/jinzhu/gorm v1.9.1 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a | ||
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84 | ||
golang.org/x/crypto v0.0.0-20180808211826-de0752318171 | ||
golang.org/x/sys v0.0.0-20180815093151-14742f9018cd | ||
google.golang.org/appengine v1.1.0 | ||
gopkg.in/gormigrate.v1 v1.2.0 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment