This repository has been archived on 2022-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
discordrone/go.mod

11 lines
228 B
Modula-2

module go.dev.pztrn.name/discordrone
go 1.13
require (
github.com/drone/drone-template-lib v1.0.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/vrischmann/envconfig v1.2.0
gopkg.in/yaml.v2 v2.2.4 // indirect
)