github.com/Theta-Dev/Talon@v0.0.0-20211018130634-ff179e19fa9a/go.mod (about)

     1  module github.com/Theta-Dev/Talon
     2  
     3  go 1.16
     4  
     5  require (
     6  	code.thetadev.de/ThetaDev/gotry v0.3.2
     7  	github.com/stretchr/testify v1.7.0
     8  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
     9  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    10  	gorm.io/driver/mysql v1.1.2
    11  	gorm.io/driver/postgres v1.1.2
    12  	gorm.io/driver/sqlite v1.1.6
    13  	gorm.io/gorm v1.21.16
    14  )