Skip to content

Commit

Permalink
use latest nnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdy committed Sep 28, 2024
1 parent dfbc9f2 commit f02cc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/nknorg/nkn/v2

go 1.20

replace github.com/nknorg/nnet => ../nnet

require (
github.com/emirpasic/gods v1.18.1
github.com/gin-contrib/sessions v1.0.1
Expand All @@ -14,7 +12,7 @@ require (
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/itchyny/base58-go v0.2.2
github.com/nknorg/consequential v0.0.0-20191113113929-5fd13b7f5984
github.com/nknorg/nnet v0.0.0-00010101000000-000000000000
github.com/nknorg/nnet v0.0.0-20240928081915-ecfc0d74d3b0
github.com/nknorg/portmapper v0.0.0-20200114081049-1c03cdccc283
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ github.com/nknorg/consequential v0.0.0-20191113113929-5fd13b7f5984 h1:VY7EXvgxCK
github.com/nknorg/consequential v0.0.0-20191113113929-5fd13b7f5984/go.mod h1:H7XeI/XOPpWVmqM+ScT75RLMn7jWnlZDwHRahSxNxo0=
github.com/nknorg/go-nat v1.0.1 h1:4dFK0oDyqkIE0it03Y4pMgBQpl1Y0mrYHEp+j/nZ910=
github.com/nknorg/go-nat v1.0.1/go.mod h1:dblX1Ac2j08rTUGs5CKCAfjHGN5eDFhbeqt2rccSP3Y=
github.com/nknorg/nnet v0.0.0-20240928081915-ecfc0d74d3b0 h1:GlTEPJWbE59LxAy3quWDP++RrU0wM7oxB+Ry0Wy2lVU=
github.com/nknorg/nnet v0.0.0-20240928081915-ecfc0d74d3b0/go.mod h1:xQBEGtRmEK3LwVNq92IzLqIDbmyILAnsqZO5uYF9Fek=
github.com/nknorg/portmapper v0.0.0-20200114081049-1c03cdccc283 h1:uS3/DvxCbi0zZau66ggQAgEjyGmql2mj77UQFgumq1I=
github.com/nknorg/portmapper v0.0.0-20200114081049-1c03cdccc283/go.mod h1:dL4PQJ4670oTO6LqvkjrBQEkD+iMiOYjlKRBBw55Csg=
github.com/nrdcg/auroradns v1.0.1/go.mod h1:y4pc0i9QXYlFCWrhWrUSIETnZgrf4KuwjDIWmmXo3JI=
Expand Down

0 comments on commit f02cc91

Please sign in to comment.