diff --git a/stdlib/http/http.cue b/stdlib/http/http.cue index 48672474..c1d2f538 100644 --- a/stdlib/http/http.cue +++ b/stdlib/http/http.cue @@ -2,7 +2,6 @@ package http import ( "encoding/json" - // "strconv" "alpha.dagger.io/alpine" "alpha.dagger.io/dagger" diff --git a/stdlib/http/tests/http.cue b/stdlib/http/tests/http.cue index a4506ef4..1a25a6c4 100644 --- a/stdlib/http/tests/http.cue +++ b/stdlib/http/tests/http.cue @@ -1,9 +1,6 @@ package http import ( - // "encoding/json" - // "strconv" - "alpha.dagger.io/alpine" "alpha.dagger.io/os" )