Skip to content

Commit

Permalink
Remove replace directive
Browse files Browse the repository at this point in the history
Fix: #37
  • Loading branch information
zjkmxy committed May 9, 2022
1 parent fcce5a0 commit 1b35937
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = github.com/named-data/YaNFD
VERSION = 1.1.0.0
VERSION = 1.1.1.0
# COMMIT = git rev-parse --short HEAD
# DATE != date

Expand Down
8 changes: 4 additions & 4 deletions cmd/yanfdui/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 1,
"Minor": 1,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"ProductVersion": {
"Major": 1,
"Minor": 1,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "NDN Team",
"FileDescription": "The first NDN forwarder running on Windows.",
"FileVersion": "v1.1.0.0",
"FileVersion": "v1.1.1.0",
"InternalName": "254XinyuMa.YaNFD",
"LegalCopyright": "Copyright (C) 2020-2022 Eric Newberry",
"LegalTrademarks": "",
"OriginalFilename": "main.go",
"PrivateBuild": "",
"ProductName": "YaNFD",
"ProductVersion": "v1.1.0.0",
"ProductVersion": "v1.1.1.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down
2 changes: 1 addition & 1 deletion cmd/yanfdui/yanfdui.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="254XinyuMa.YaNFD"
version="1.1.0.0"
version="1.1.1.0"
processorArchitecture="*"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
Expand Down
2 changes: 1 addition & 1 deletion face/ndnlp-link-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (
"sync"
"time"

"github.com/Link512/stealthpool"
"github.com/named-data/YaNFD/core"
"github.com/named-data/YaNFD/ndn"
"github.com/named-data/YaNFD/ndn/lpv2"
"github.com/named-data/YaNFD/ndn/tlv"
"github.com/zjkmxy/stealthpool"
)

const lpPacketOverhead = 1 + 3
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/named-data/YaNFD
go 1.18

require (
github.com/Link512/stealthpool v0.2.0
github.com/apex/log v1.9.0
github.com/cespare/xxhash v1.1.0
github.com/cornelk/hashmap v1.0.1
github.com/google/gopacket v1.1.19
github.com/gorilla/websocket v1.5.0
github.com/pelletier/go-toml v1.9.4
github.com/stretchr/testify v1.7.1
github.com/zjkmxy/stealthpool v0.2.2
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12
)
Expand All @@ -22,5 +22,3 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

replace github.com/Link512/stealthpool => github.com/zjkmxy/stealthpool v0.2.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/tj/go-buffer v1.1.0/go.mod h1:iyiJpfFcR2B9sXu7KvjbT9fpM4mOelRSDTbntVj
github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2/go.mod h1:WjeM0Oo1eNAjXGDx2yma7uG2XoyRZTq1uv3M/o7imD0=
github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b/go.mod h1:/yhzCV0xPfx6jb1bBgRFjl5lytqVqZXEaeqWP8lTEao=
github.com/tj/go-spin v1.1.0/go.mod h1:Mg1mzmePZm4dva8Qz60H2lHwmJ2loum4VIrLgVnKwh4=
github.com/zjkmxy/stealthpool v0.2.1 h1:56hcs9nZxg9wjTUlKqNIQ8yqc+xaS+z+AO/hz+XoXHA=
github.com/zjkmxy/stealthpool v0.2.1/go.mod h1:OKPLHAk67LYCy0RrjYVw3/EF0XDOJNl60uK+BpeBCCY=
github.com/zjkmxy/stealthpool v0.2.2 h1:XhW7AdyiAyf8+9yhGop3zRZttczXyPtvLBERVEb8tWk=
github.com/zjkmxy/stealthpool v0.2.2/go.mod h1:4sfSew6J637WoFxVfXrQ3uA4O6g6MBywC3LaI/otStg=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down

0 comments on commit 1b35937

Please sign in to comment.