Skip to content

Commit

Permalink
fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 18, 2022
1 parent 4f41902 commit 5b988ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/observIQ/go-msi
module github.com/observiq/go-msi

go 1.17

Expand All @@ -8,13 +8,9 @@ require (
github.com/google/uuid v1.1.1
github.com/kardianos/service v0.0.0-20180823001510-8f267d80f2eb
github.com/mh-cbon/stringexec v0.0.0-20160727103857-bc348d279f97
github.com/observiq/go-msi v0.0.0-20200224144923-4783d3eea8eb
github.com/urfave/cli v1.20.0
golang.org/x/sys v0.0.0-20161108151328-9a2e24c3733e
golang.org/x/text v0.3.1-0.20180810153555-6e3c4e7365dd
)

require (
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/mat007/go-msi v0.0.0-20200224144923-4783d3eea8eb // indirect
)
require github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 h1:PJPDf8OUfOK1bb/
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8=
github.com/kardianos/service v0.0.0-20180823001510-8f267d80f2eb h1:2lmKB0a4p/+PnlaRaWHOCh/wQTUHY/FfWZ4b/LqAaoo=
github.com/kardianos/service v0.0.0-20180823001510-8f267d80f2eb/go.mod h1:10UU/bEkzh2iEN6aYzbevY7J6p03KO5siTxQWXMEerg=
github.com/mat007/go-msi v0.0.0-20200224144923-4783d3eea8eb h1:7iE5FgBUZ7ksk8vGYmieEdObdPzmYDqhgSKN9HX4mko=
github.com/mat007/go-msi v0.0.0-20200224144923-4783d3eea8eb/go.mod h1:OMwDhtgI0lgdW+rZE05+/GaAf7vOUn175GP34btu5HI=
github.com/mh-cbon/stringexec v0.0.0-20160727103857-bc348d279f97 h1:mGgcjK6Gl7q7LrdJPdD9hpzGLzlOhaZHus/sfR2xCbg=
github.com/mh-cbon/stringexec v0.0.0-20160727103857-bc348d279f97/go.mod h1:SI078kddNqdZJQDEdmObdv8P9mpOlA7zkH2KWmBnsOs=
github.com/observiq/go-msi v0.0.0-20200224144923-4783d3eea8eb h1:PUV8vqKYnsrv/fRpV2WqUSht2cteCqsFctizs1IgdDw=
github.com/observiq/go-msi v0.0.0-20200224144923-4783d3eea8eb/go.mod h1:fxB3ViUkxZgKAqqVR8eW5YefT+k1RTDgbnvVjMddX/g=
github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
golang.org/x/sys v0.0.0-20161108151328-9a2e24c3733e h1:noFVAnJ3Wx72//8KbQX5NXL+mYoL7MPza20zUFW2nMQ=
Expand Down

0 comments on commit 5b988ff

Please sign in to comment.