Skip to content

Commit 1cd7c51

Browse files
committed
updated repo location to dutchcoders
1 parent f82138d commit 1cd7c51

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM golang:1.7-alpine
22

3-
ADD . /go/src/github.com/dutchsec/ares
3+
ADD . /go/src/github.com/dutchcoders/ares
44

5-
RUN go build -o /go/bin/ares github.com/dutchsec/ares
5+
RUN go build -o /go/bin/ares github.com/dutchcoders/ares
66

77
ENTRYPOINT /go/bin/ares -p 0.0.0.0:8080
88

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmd
33
import (
44
"fmt"
55

6-
"github.com/dutchsec/ares/server"
6+
"github.com/dutchcoders/ares/server"
77
"github.com/fatih/color"
88
"github.com/minio/cli"
99
"github.com/op/go-logging"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/dutchsec/ares/cmd"
4+
"github.com/dutchcoders/ares/cmd"
55
)
66

77
func main() {

static/login.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Replacement login page
2+
3+
<p>
4+
{{ .Host }}
5+
</p>
6+
<p>
7+
{{ .UserAgent }}
8+
</p>

vendor/vendor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,5 @@
337337
"revisionTime": "2016-09-29T13:28:05Z"
338338
}
339339
],
340-
"rootPath": "github.com/dutchsec/ares"
340+
"rootPath": "github.com/dutchcoders/ares"
341341
}

0 commit comments

Comments
 (0)