From ff9f18d23fd0d23cf1e336bea4a716a2a5bf6799 Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Tue, 19 Dec 2023 22:25:43 -0800 Subject: [PATCH] chore: go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 05cd367..decf06d 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/sthorne/odoh-go v1.0.4 github.com/stretchr/testify v1.8.4 + golang.org/x/net v0.19.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -38,7 +39,6 @@ require ( golang.org/x/crypto v0.16.0 // indirect golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect golang.org/x/mod v0.14.0 // indirect - golang.org/x/net v0.19.0 // indirect golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/tools v0.16.1 // indirect