From cdc8a67736fa5dd66886e71c5b841e75c0d0aa18 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 30 Aug 2021 19:49:12 +0200 Subject: [PATCH] fix on module files --- go.mod | 2 ++ vendor/modules.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/go.mod b/go.mod index 14ac3cd..df3bb5a 100644 --- a/go.mod +++ b/go.mod @@ -50,4 +50,6 @@ require ( github.com/syndtr/goleveldb v1.0.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect + golang.org/x/tools v0.1.2 // indirect ) diff --git a/vendor/modules.txt b/vendor/modules.txt index f03262b..a5ab4a2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -146,6 +146,8 @@ golang.org/x/net/http2 golang.org/x/net/http2/h2c golang.org/x/net/http2/hpack golang.org/x/net/idna +# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c +## explicit # golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf ## explicit; go 1.17 golang.org/x/sys/internal/unsafeheader @@ -177,6 +179,8 @@ golang.org/x/text/secure/bidirule golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm +# golang.org/x/tools v0.1.2 +## explicit; go 1.17 # gopkg.in/ini.v1 v1.62.0 ## explicit gopkg.in/ini.v1