Skip to content

Commit 9475cce

Browse files
committed
Bump api
1 parent 28c05c5 commit 9475cce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
require (
66
github.com/godbus/dbus/v5 v5.0.4-0.20200513180336-df5ef3eb7cca
77
github.com/shirou/gopsutil/v3 v3.21.9
8-
github.com/unix-streamdeck/api v1.0.0
8+
github.com/unix-streamdeck/api v1.0.1
99
github.com/unix-streamdeck/driver v0.0.0-20211119182210-fc6b90443bcd
1010
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
1111
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/tklauser/numcpus v0.3.0 h1:ILuRUQBtssgnxw0XXIjKUC56fgnOrFoQQ/4+DeU2bi
109109
github.com/tklauser/numcpus v0.3.0/go.mod h1:yFGUr7TUHQRAhyqBcEg0Ge34zDBAsIvJJcyE6boqnA8=
110110
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
111111
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
112-
github.com/unix-streamdeck/api v1.0.0 h1:GZIslyThiZgcZ/GIR0O/DWnciL6bijSdIA+TSnKzHsI=
113-
github.com/unix-streamdeck/api v1.0.0/go.mod h1:Z8bzDHQnWv/2hx9wQXp0/qw6Fp4ty5pFRsgaBG5WYAI=
112+
github.com/unix-streamdeck/api v1.0.1 h1:B5P5p1d4uqvoy8N2OhiWdy/iuhHRCYI+pP3+lwYzDsU=
113+
github.com/unix-streamdeck/api v1.0.1/go.mod h1:Z8bzDHQnWv/2hx9wQXp0/qw6Fp4ty5pFRsgaBG5WYAI=
114114
github.com/unix-streamdeck/driver v0.0.0-20211119182210-fc6b90443bcd h1:SZleJkNDcxwgKQaoNgpg2Ui2LYFb/feWHFkYj+SLIms=
115115
github.com/unix-streamdeck/driver v0.0.0-20211119182210-fc6b90443bcd/go.mod h1:i3Eg6kJBslgUk2VIPJ3Cclta2fpV1KJrOnOnR8gnVKY=
116116
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=

0 commit comments

Comments
 (0)