Skip to content

Commit

Permalink
New namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
athoune committed Mar 5, 2024
1 parent f7f7a83 commit 6f427b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion firewall/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"sort"
"strings"

_dns "github.com/athoune/on-his-name/dns"
iptbl "github.com/coreos/go-iptables/iptables"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/client"
_dns "github.com/factorysh/on-his-name/dns"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/factorysh/on-his-name
module github.com/athoune/on-his-name

go 1.21

Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"strings"
"time"

_dns "github.com/athoune/on-his-name/dns"
"github.com/athoune/on-his-name/firewall"
"github.com/athoune/on-his-name/output"
dnstap "github.com/dnstap/golang-dnstap"
_dns "github.com/factorysh/on-his-name/dns"
"github.com/factorysh/on-his-name/firewall"
"github.com/factorysh/on-his-name/output"
"github.com/prometheus/client_golang/prometheus/promhttp"
)

Expand Down
2 changes: 1 addition & 1 deletion output/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"log"

_dns "github.com/athoune/on-his-name/dns"
dnstap "github.com/dnstap/golang-dnstap"
_dns "github.com/factorysh/on-his-name/dns"
"github.com/miekg/dns"
"google.golang.org/protobuf/proto"
)
Expand Down

0 comments on commit 6f427b3

Please sign in to comment.