Skip to content

Commit

Permalink
Updated the names and locations of the environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
oshratZairi committed Dec 22, 2024
2 parents e07f6e8 + 3f9ec02 commit 1b48ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ require (
golang.org/x/crypto v0.31.0
)

require golang.org/x/net v0.31.0 // indirect

require (
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
Expand Down Expand Up @@ -84,7 +86,6 @@ require (
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
Expand Down

0 comments on commit 1b48ed7

Please sign in to comment.