group_helper/go.mod

10 lines
195 B
Modula-2
Raw Normal View History

2020-04-11 18:39:54 +00:00
module git.dragon-labs.de/alphyron/group_helper
go 1.13
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/jinzhu/gorm v1.9.12
github.com/stretchr/testify v1.5.1 // indirect
)