module github.com/hdm/jarm-go

go 1.15

require (
	github.com/RumbleDiscovery/rumble-tools v0.0.0-20201105153123-f2adbb3244d2
	github.com/sirupsen/logrus v1.7.0
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
	golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
)
