1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-04-04 17:57:05 +00:00

Fix go.mod to fully enumerate dependencies

This allows build infrastructure which uses go mod vendor with go 1.17
to work (i.e. nixos).
This commit is contained in:
Colin L Rice 2022-02-10 02:57:50 -05:00 committed by Umar Getagazov
parent 93783fa504
commit c86c16d930

1
go.mod
View File

@ -16,6 +16,7 @@ require (
require (
github.com/kr/pretty v0.2.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
)