~bigbes/core-go

ref: a9e49d17a1e63903135b9b3c9a9a69b24451226e core-go/go.mod -rw-r--r-- 276 bytes
a9e49d17 — Drew DeVault Overhaul crypto module 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
module git.sr.ht/~sircmpwn/core-go

go 1.13

require (
	github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
	github.com/stretchr/testify v1.6.1
	github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)