blob: 57b20e876668b3d2444c1ca91eb243566e6da481 [file] [log] [blame]
module github.com/apache/mynewt-artifact
go 1.12
require (
github.com/NickBall/go-aes-key-wrap v0.0.0-20170929221519-1c3aa3e4dfc5
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
)