Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/axetroy/go-server
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 7, 2019
2 parents 7f169d2 + 083ddd5 commit 300df31
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 46 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ require (
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191007092633-5f54ce542709 // indirect
golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191007092633-5f54ce542709 h1:wGFnQAzp3osDbpU/aeSzlZ7/hHjXuMgcAX3p8UKPEcA=
golang.org/x/sys v0.0.0-20191007092633-5f54ce542709/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41 h1:OC2BiV9nQHWgVMNbxZ5/eZKWnnd3Z4H9W5zdNvC4EBc=
golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 h1:z99zHgr7hKfrUcX/KsoJk5FJfjTceCKIp96+biqP4To=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down
13 changes: 0 additions & 13 deletions vendor/golang.org/x/sys/windows/asm_windows_386.s

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/golang.org/x/sys/windows/asm_windows_amd64.s

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/golang.org/x/sys/windows/asm_windows_arm.s

This file was deleted.

22 changes: 15 additions & 7 deletions vendor/golang.org/x/sys/windows/dll_windows.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ golang.org/x/net/context/ctxhttp
# golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sys v0.0.0-20191007092633-5f54ce542709
# golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41
golang.org/x/sys/cpu
golang.org/x/sys/unix
golang.org/x/sys/windows
Expand Down

0 comments on commit 300df31

Please sign in to comment.