Skip to content

Commit

Permalink
switch to go.mod instead of govendor
Browse files Browse the repository at this point in the history
  • Loading branch information
julsemaan committed Aug 19, 2021
1 parent 54112a2 commit b4f36e5
Show file tree
Hide file tree
Showing 45 changed files with 4,321 additions and 362 deletions.
20 changes: 20 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module github.com/inverse-inc/packetfence-windows-agent

go 1.17

require (
github.com/gonutz/ide v0.0.0-20180502124734-e9fc8c14ed56
github.com/lxn/walk v0.0.0-20180827160941-c4fcb8f984c9
github.com/lxn/win v0.0.0-20180821075459-785c49560692
github.com/nicksnyder/go-i18n v1.10.1-0.20180814031359-04f547cc50da
github.com/tink-ab/tempfile v0.0.0-20180226111222-33beb0518f1a
howett.net/plist v0.0.0-20180609054337-500bd5b9081b
)

require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)
25 changes: 25 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
github.com/BurntSushi/toml v0.4.1 h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw=
github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gonutz/ide v0.0.0-20180502124734-e9fc8c14ed56 h1:xlLbYFLmChK/oF5EnDXb0EaGxi3a6D0IQH5N/9K12cI=
github.com/gonutz/ide v0.0.0-20180502124734-e9fc8c14ed56/go.mod h1:x+4ZwoglBL1JMgoEUVV5zw/lfCQmcwrhZqox7FuSgSk=
github.com/lxn/walk v0.0.0-20180827160941-c4fcb8f984c9 h1:IW63IB4PLICart1GyBzeFbuBXnDiciqD3StdAlrTnTc=
github.com/lxn/walk v0.0.0-20180827160941-c4fcb8f984c9/go.mod h1:E23UucZGqpuUANJooIbHWCufXvOcT6E7Stq81gU+CSQ=
github.com/lxn/win v0.0.0-20180821075459-785c49560692 h1:NHaLxZM64QLmURkPKVz+LUFa1O15iiym8bsPwHXZ7Mg=
github.com/lxn/win v0.0.0-20180821075459-785c49560692/go.mod h1:jACzEp9RV7NhfPJQkiCNTteU4nkZZVlvkNpYtVOZPfE=
github.com/nicksnyder/go-i18n v1.10.1-0.20180814031359-04f547cc50da h1:fD0OAsnZ/4fOZXGyv4tWodD4pn93749zPIG4kUTBlc4=
github.com/nicksnyder/go-i18n v1.10.1-0.20180814031359-04f547cc50da/go.mod h1:e4Di5xjP9oTVrC6y3C7C0HoSYXjSbhh/dU0eUV32nB4=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979 h1:kNmPAP94Bj9I/UwbvxYqfutkyEiltzsaVeYXPBou+qg=
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/tink-ab/tempfile v0.0.0-20180226111222-33beb0518f1a h1:Qhm/9UKGO1+AjEKIsq8G72uCq4SrYxSxS5wiD0F3IC4=
github.com/tink-ab/tempfile v0.0.0-20180226111222-33beb0518f1a/go.mod h1:Wt5qSdcHgX6XkqZKAZTxnN+93jnqtx0jEgTQakpZ1CE=
gopkg.in/Knetic/govaluate.v3 v3.0.0 h1:18mUyIt4ZlRlFZAAfVetz4/rzlJs9yhN+U02F4u1AOc=
gopkg.in/Knetic/govaluate.v3 v3.0.0/go.mod h1:csKLBORsPbafmSCGTEh3U7Ozmsuq8ZSIlKk1bcqph0E=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
howett.net/plist v0.0.0-20180609054337-500bd5b9081b h1:r4LwkXZhdblHVSgAvfRjsFpQBorl6S9pAH+AOHVs+28=
howett.net/plist v0.0.0-20180609054337-500bd5b9081b/go.mod h1:jInWmjR7JRkkon4jlLXDZGVEeY/wo3kOOJEWYhNE+9Y=
2 changes: 2 additions & 0 deletions vendor/github.com/pelletier/go-toml/.gitignore

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

18 changes: 18 additions & 0 deletions vendor/github.com/pelletier/go-toml/.travis.yml

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

14 changes: 14 additions & 0 deletions vendor/github.com/tink-ab/tempfile/.gitignore

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

28 changes: 28 additions & 0 deletions vendor/gopkg.in/Knetic/govaluate.v3/.gitignore

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

10 changes: 10 additions & 0 deletions vendor/gopkg.in/Knetic/govaluate.v3/.travis.yml

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

12 changes: 12 additions & 0 deletions vendor/gopkg.in/Knetic/govaluate.v3/CONTRIBUTORS

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

Loading

0 comments on commit b4f36e5

Please sign in to comment.