golang-app/go.mod

9 lines
119 B
Modula-2

module golang-app
go 1.15
require (
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/stretchr/testify v1.6.1
)