-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
21 lines (19 loc) · 799 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/xendit/hackerrank-backend-test-go
go 1.11
require (
github.com/golang-migrate/migrate/v4 v4.10.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/lib/pq v1.9.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/genproto v0.0.0-20200726014623-da3ae01ef02d // indirect
google.golang.org/grpc v1.30.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)