SynchRoGazer/go.mod

10 lines
170 B
Modula-2
Raw Normal View History

module git.gammaspectra.live/S.O.N.G/SynchRoGazer
2021-12-07 12:38:54 +00:00
go 1.14
require (
2021-12-07 15:58:18 +00:00
github.com/lib/pq v1.10.4
2021-12-07 12:38:54 +00:00
github.com/minio/md5-simd v1.1.2
github.com/minio/sha256-simd v1.0.0
)