Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in log messages #40

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions vendor/github.com/SkycoinProject/dmsg/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/github.com/SkycoinProject/dmsg/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

# github.com/SkycoinProject/dmsg v0.0.0-20190918181704-b7cccca1451e

# github.com/SkycoinProject/dmsg v0.0.0-20191015061558-709ec3a1f4f5
github.com/SkycoinProject/dmsg
github.com/SkycoinProject/dmsg/cipher
github.com/SkycoinProject/dmsg/disc
Expand Down Expand Up @@ -87,9 +85,7 @@ github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# go.etcd.io/bbolt v1.3.3
go.etcd.io/bbolt

# golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad

# golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/crypto/blake2b
golang.org/x/crypto/blake2s
golang.org/x/crypto/chacha20poly1305
Expand All @@ -98,16 +94,12 @@ golang.org/x/crypto/internal/chacha20
golang.org/x/crypto/internal/subtle
golang.org/x/crypto/poly1305
golang.org/x/crypto/ssh/terminal

# golang.org/x/net v0.0.0-20190926025831-c00fd9afed17

# golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
golang.org/x/net/context
golang.org/x/net/internal/socks
golang.org/x/net/nettest
golang.org/x/net/proxy

# golang.org/x/sys v0.0.0-20190927073244-c990c680b611

# golang.org/x/sys v0.0.0-20191010194322-b09406accb47
golang.org/x/sys/cpu
golang.org/x/sys/unix
golang.org/x/sys/windows
Expand Down