Skip to content

Commit

Permalink
fix: invalid qtalk version
Browse files Browse the repository at this point in the history
  • Loading branch information
flexzuu committed Jan 5, 2021
1 parent feae31a commit d0158f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Expand Up @@ -3,9 +3,8 @@ module github.com/progrium/macdriver
go 1.14

require (
github.com/manifold/qtalk v0.0.0
github.com/manifold/qtalk v0.0.0-20201222233608-81c04ab41f37
github.com/mitchellh/mapstructure v1.4.0
github.com/progrium/watcher v1.0.7
github.com/rs/xid v1.2.1
)

2 changes: 2 additions & 0 deletions go.sum
@@ -1,4 +1,6 @@
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/manifold/qtalk v0.0.0-20201222233608-81c04ab41f37 h1:EJzvkTRn7n8ktOrMN9up7t3qXj37zxjTGVg9uR3ak2A=
github.com/manifold/qtalk v0.0.0-20201222233608-81c04ab41f37/go.mod h1:UX1KjRclAJyV+ydrpEO1CnF8x95Le/Adx8BMGPJaYqg=
github.com/mitchellh/mapstructure v1.4.0 h1:7ks8ZkOP5/ujthUsT07rNv+nkLXCQWKNHuwzOAesEks=
github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/progrium/watcher v1.0.7 h1:A+ciAtU09mHrTW0tdODa6SwWEuKMKF+n/vBJYNU/FqE=
Expand Down

0 comments on commit d0158f9

Please sign in to comment.