ordercollect/go.mod

16 lines
562 B
Modula-2
Raw Permalink Normal View History

2023-07-08 03:56:44 +00:00
module github.com/m3tam3re/ordercollect
go 1.14
require (
github.com/gin-gonic/gin v1.6.3
github.com/m3tam3re/billbee v0.0.0-20200707150247-cfde6c03164e
github.com/m3tam3re/errors v0.0.0-20200201180145-8839297f2f86
github.com/m3tam3re/real v0.0.0-20200505062805-1d10f352e5dc
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/valyala/fastjson v1.5.1
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)