Error using "go get github.com/jptosso/coraza-waf/v2@latest" #347
Answered
by
syinwu
briandoesdev
asked this question in
Q&A
-
Okay, I don't work in Go lang all that often (ever really). So this may just be a mess up on my end. But following the instructions here I get the following error on the first step "Add Coraza to your go project":
I'm running the following version of Go: Am I just missing some beginner Go knowledge that would fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
syinwu
Aug 22, 2022
Replies: 1 comment 2 replies
-
Hey! It looks like you need to execute
About go mod: https://go.dev/ref/mod |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
briandoesdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! It looks like you need to execute
go get
in the go mod directory. Example:About go mod: https://go.dev/ref/mod