You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	feat(deps): update caarlos0/env to v8
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ require ( | ||||
| 	github.com/atc0005/go-teams-notify/v2 v2.7.0 | ||||
| 	github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04 | ||||
| 	github.com/caarlos0/ctrlc v1.2.0 | ||||
| 	github.com/caarlos0/env/v7 v7.1.0 | ||||
| 	github.com/caarlos0/env/v8 v8.0.0 | ||||
| 	github.com/caarlos0/go-reddit/v3 v3.0.1 | ||||
| 	github.com/caarlos0/go-shellwords v1.0.12 | ||||
| 	github.com/caarlos0/log v0.2.2 | ||||
|   | ||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @@ -695,8 +695,8 @@ github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0Bsq | ||||
| github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE= | ||||
| github.com/caarlos0/ctrlc v1.2.0 h1:AtbThhmbeYx1WW3WXdWrd94EHKi+0NPRGS4/4pzrjwk= | ||||
| github.com/caarlos0/ctrlc v1.2.0/go.mod h1:n3gDlSjsXZ7rbD9/RprIR040b7oaLfNStikPd4gFago= | ||||
| github.com/caarlos0/env/v7 v7.1.0 h1:9lzTF5amyQeWHZzuZeKlCb5FWSUxpG1js43mhbY8ozg= | ||||
| github.com/caarlos0/env/v7 v7.1.0/go.mod h1:LPPWniDUq4JaO6Q41vtlyikhMknqymCLBw0eX4dcH1E= | ||||
| github.com/caarlos0/env/v8 v8.0.0 h1:POhxHhSpuxrLMIdvTGARuZqR4Jjm8AYmoi/JKlcScs0= | ||||
| github.com/caarlos0/env/v8 v8.0.0/go.mod h1:7K4wMY9bH0esiXSSHlfHLX5xKGQMnkH5Fk4TDSSSzfo= | ||||
| github.com/caarlos0/go-reddit/v3 v3.0.1 h1:w8ugvsrHhaE/m4ez0BO/sTBOBWI9WZTjG7VTecHnql4= | ||||
| github.com/caarlos0/go-reddit/v3 v3.0.1/go.mod h1:QlwgmG5SAqxMeQvg/A2dD1x9cIZCO56BMnMdjXLoisI= | ||||
| github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11 h1:IRrDwVlWQr6kS1U8/EtyA1+EHcc4yl8pndcqXWrEamg= | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import ( | ||||
| 	"fmt" | ||||
| 	"strconv" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/disgoorg/disgo/discord" | ||||
| 	"github.com/disgoorg/disgo/webhook" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package linkedin | ||||
| import ( | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package mastodon | ||||
| import ( | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
| @@ -7,7 +7,7 @@ import ( | ||||
| 	"io" | ||||
| 	"net/http" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
|  | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import ( | ||||
| 	"fmt" | ||||
| 	"net/http" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package reddit | ||||
| import ( | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/go-reddit/v3/reddit" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import ( | ||||
| 	"encoding/json" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import ( | ||||
| 	"crypto/tls" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/config" | ||||
|   | ||||
| @@ -5,7 +5,7 @@ import ( | ||||
|  | ||||
| 	goteamsnotify "github.com/atc0005/go-teams-notify/v2" | ||||
| 	"github.com/atc0005/go-teams-notify/v2/messagecard" | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import ( | ||||
| 	"fmt" | ||||
| 	"strconv" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	api "github.com/go-telegram-bot-api/telegram-bot-api" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package twitter | ||||
| import ( | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/dghubble/go-twitter/twitter" | ||||
| 	"github.com/dghubble/oauth1" | ||||
|   | ||||
| @@ -9,7 +9,7 @@ import ( | ||||
| 	"net/url" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/caarlos0/env/v7" | ||||
| 	"github.com/caarlos0/env/v8" | ||||
| 	"github.com/caarlos0/log" | ||||
| 	"github.com/goreleaser/goreleaser/internal/tmpl" | ||||
| 	"github.com/goreleaser/goreleaser/pkg/context" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user