Use go modules (#15)

This commit is contained in:
Alan Scherger
2019-01-09 16:58:52 -06:00
committed by Ludovic Fernandez
parent 2bc53608e9
commit c835c52085
6 changed files with 9 additions and 56 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/containous/whoami
require github.com/gorilla/websocket v1.2.0