Upgrade Repo
- use go mod - upgrade to echo v4 - upgrade to sirupsen/logrus from Sirupsen/logrus
Showing
glide.yaml
deleted
100644 → 0
go.mod
0 → 100644
module git.edenfarm.id/cuxs/common | ||
go 1.12 | ||
require ( | ||
github.com/buger/jsonparser v1.1.1 | ||
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff | ||
github.com/labstack/echo/v4 v4.3.0 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment