SynchRoGazer/go.mod

11 lines
220 B
Modula-2
Raw Normal View History

module git.gammaspectra.live/S.O.N.G/SynchRoGazer
2021-12-07 12:38:54 +00:00
2022-01-18 19:18:11 +00:00
go 1.17
2021-12-07 12:38:54 +00:00
require (
2022-01-18 19:18:11 +00:00
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
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
)