File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
package main
19
19
20
20
import (
21
+ "github.com/djcass44/cso-proxy/internal/adapter"
22
+ "github.com/djcass44/cso-proxy/internal/api"
21
23
"github.com/gorilla/mux"
22
24
"github.com/kelseyhightower/envconfig"
23
25
log "github.com/sirupsen/logrus"
24
26
"gitlab.com/autokubeops/serverless"
25
- "gitlab.com/av1o/cso-proxy/internal/adapter"
26
- "gitlab.com/av1o/cso-proxy/internal/api"
27
27
"net/http"
28
28
)
29
29
Original file line number Diff line number Diff line change 1
- module gitlab .com/av1o /cso-proxy
1
+ module github .com/djcass44 /cso-proxy
2
2
3
3
go 1.17
4
4
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ import (
21
21
"context"
22
22
"encoding/json"
23
23
"fmt"
24
+ "github.com/djcass44/cso-proxy/internal/adapter/harbor"
24
25
"github.com/djcass44/go-utils/pkg/httputils"
25
26
"github.com/gorilla/mux"
26
27
"github.com/quay/container-security-operator/secscan"
27
28
"github.com/quay/container-security-operator/secscan/quay"
28
29
log "github.com/sirupsen/logrus"
29
- "gitlab.com/av1o/cso-proxy/internal/adapter/harbor"
30
30
"io/ioutil"
31
31
"net"
32
32
"net/http"
Original file line number Diff line number Diff line change 18
18
package adapter
19
19
20
20
import (
21
+ "github.com/djcass44/cso-proxy/internal/adapter/harbor"
21
22
"github.com/quay/container-security-operator/secscan/quay"
22
- "gitlab.com/av1o/cso-proxy/internal/adapter/harbor"
23
23
"net/http"
24
24
"net/url"
25
25
)
Original file line number Diff line number Diff line change 18
18
package api
19
19
20
20
import (
21
+ "github.com/djcass44/cso-proxy/internal/adapter"
21
22
"github.com/djcass44/go-utils/pkg/httputils"
22
- "gitlab.com/av1o/cso-proxy/internal/adapter"
23
23
"net/http"
24
24
)
25
25
You can’t perform that action at this time.
0 commit comments