Skip to content

Commit

Permalink
modify go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dplcz committed Nov 21, 2024
1 parent de996d7 commit 24889da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module go-test-nat
module github.com/dplcz/go-test-nat

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

import (
"go-test-nat/stun"
"github.com/dplcz/go-test-nat/stun"
"log"
)

Expand Down

0 comments on commit 24889da

Please sign in to comment.