From 1e0937d82b1d72cc8e452f19a6793fe1eecce72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:56:56 +0800 Subject: [PATCH] Bump github.com/sethvargo/go-githubactions from 1.1.0 to 1.2.0 (#8) Bumps [github.com/sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/sethvargo/go-githubactions/releases) - [Commits](https://github.com/sethvargo/go-githubactions/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-githubactions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 3 +-- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 4a2d20b..e02698e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-github/v45 v45.2.0 github.com/sagernet/sing v0.2.18-0.20231129075305-eb56a60214be github.com/sagernet/sing-box v1.6.8-0.20231129123339-5a56487cf544 - github.com/sethvargo/go-githubactions v1.1.0 + github.com/sethvargo/go-githubactions v1.2.0 github.com/v2fly/v2ray-core/v5 v5.12.1 google.golang.org/protobuf v1.31.0 ) @@ -18,7 +18,6 @@ require ( github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/miekg/dns v1.1.57 // indirect github.com/sagernet/sing-dns v0.1.11 // indirect - github.com/sethvargo/go-envconfig v0.8.0 // indirect go4.org/netipx v0.0.0-20230824141953-6213f710f925 // indirect golang.org/x/crypto v0.15.0 // indirect golang.org/x/mod v0.14.0 // indirect diff --git a/go.sum b/go.sum index a953383..ed1fe28 100644 --- a/go.sum +++ b/go.sum @@ -24,10 +24,8 @@ github.com/sagernet/sing-box v1.6.8-0.20231129123339-5a56487cf544 h1:kHe9kQpKMEm github.com/sagernet/sing-box v1.6.8-0.20231129123339-5a56487cf544/go.mod h1:C5Gcyr9BsHs1Iq7eAY53hAlh/j+5fjJVsLA18z/7ZL4= github.com/sagernet/sing-dns v0.1.11 h1:PPrMCVVrAeR3f5X23I+cmvacXJ+kzuyAsBiWyUKhGSE= github.com/sagernet/sing-dns v0.1.11/go.mod h1:zJ/YjnYB61SYE+ubMcMqVdpaSvsyQ2iShQGO3vuLvvE= -github.com/sethvargo/go-envconfig v0.8.0 h1:AcmdAewSFAc7pQ1Ghz+vhZkilUtxX559QlDuLLiSkdI= -github.com/sethvargo/go-envconfig v0.8.0/go.mod h1:Iz1Gy1Sf3T64TQlJSvee81qDhf7YIlt8GMUX6yyNFs0= -github.com/sethvargo/go-githubactions v1.1.0 h1:mg03w+b+/s5SMS298/2G6tHv8P0w0VhUFaqL1THIqzY= -github.com/sethvargo/go-githubactions v1.1.0/go.mod h1:qIboSF7yq2Qnaw2WXDsqCReM0Lo1gU4QXUWmhBC3pxE= +github.com/sethvargo/go-githubactions v1.2.0 h1:Gbr36trCAj6uq7Rx1DolY1NTIg0wnzw3/N5WHdKIjME= +github.com/sethvargo/go-githubactions v1.2.0/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=