logginghandler/vendor/github.com/DisgoOrg/restclient/go.mod
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

9 lines
128 B
Modula-2

module github.com/DisgoOrg/restclient
go 1.16
require (
github.com/DisgoOrg/log v1.1.0
github.com/stretchr/testify v1.7.0
)