Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
skadarnold committed Jul 17, 2024
1 parent c3cf0eb commit 131ab49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppp/pptp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"fmt"
"net"

"github.com/skadarnold/ipxbox/network"
"github.com/skadarnold/ipxbox/ppp"
"github.com/fragglet/ipxbox/network"

Check failure on line 14 in ppp/pptp/server.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/fragglet/ipxbox/network; to add it:
"github.com/fragglet/ipxbox/ppp"

Check failure on line 15 in ppp/pptp/server.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/fragglet/ipxbox/ppp; to add it:
)

const (
Expand Down

0 comments on commit 131ab49

Please sign in to comment.