Skip to content

Commit

Permalink
updated package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Plato Puthur committed Mar 8, 2023
1 parent ec4bf20 commit 333f18f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/platoputhur/sockv5er
module github.com/platput/sockv5er

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/platoputhur/sockv5er/utils"
import "github.com/platput/sockv5er/utils"

func main() {
utils.StartWorker()
Expand Down
4 changes: 2 additions & 2 deletions utils/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ func StartWorker() {
fmt.Printf("Selected Region: %s\n", region)

if err != nil {
log.Fatalf("Exiting program, please submit a bug report at: https://github.com/platoputhur/sockv5er for the error: %s", err)
log.Fatalf("Exiting program, please submit a bug report at: https://github.com/platput/sockv5er for the error: %s", err)
}
err = s.repo.CreateResources(region, s.settings, s.tracker)
if err != nil {
log.Fatalf("Exiting program, please submit a bug report at: https://github.com/platoputhur/sockv5er for the error: %s", err)
log.Fatalf("Exiting program, please submit a bug report at: https://github.com/platput/sockv5er for the error: %s", err)
}
log.Infoln("Created all the resources required to start the socksv5 server")
s.createSocksV5Tunnel()
Expand Down

0 comments on commit 333f18f

Please sign in to comment.