1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

go mod tidy

This commit is contained in:
Umar Getagazov 2022-01-28 17:26:31 +07:00
parent 000dca0cda
commit 9ff71374cd

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
)