From 3eac620560924792cc4d430476d1458c3c45ee33 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 21 Feb 2021 09:56:16 +0000 Subject: [PATCH 1/2] add go mod to fix docker agent exe --- api/tacticalrmm/core/goinstaller/go.mod | 5 +++++ api/tacticalrmm/core/goinstaller/go.sum | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 api/tacticalrmm/core/goinstaller/go.mod create mode 100644 api/tacticalrmm/core/goinstaller/go.sum diff --git a/api/tacticalrmm/core/goinstaller/go.mod b/api/tacticalrmm/core/goinstaller/go.mod new file mode 100644 index 0000000000..6733934a9f --- /dev/null +++ b/api/tacticalrmm/core/goinstaller/go.mod @@ -0,0 +1,5 @@ +module github.com/wh1te909/goinstaller + +go 1.16 + +require github.com/josephspurrier/goversioninfo v1.2.0 // indirect diff --git a/api/tacticalrmm/core/goinstaller/go.sum b/api/tacticalrmm/core/goinstaller/go.sum new file mode 100644 index 0000000000..964399e13d --- /dev/null +++ b/api/tacticalrmm/core/goinstaller/go.sum @@ -0,0 +1,10 @@ +github.com/akavel/rsrc v0.8.0 h1:zjWn7ukO9Kc5Q62DOJCcxGpXC18RawVtYAGdz2aLlfw= +github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/josephspurrier/goversioninfo v1.2.0 h1:tpLHXAxLHKHg/dCU2AAYx08A4m+v9/CWg6+WUvTF4uQ= +github.com/josephspurrier/goversioninfo v1.2.0/go.mod h1:AGP2a+Y/OVJZ+s6XM4IwFUpkETwvn0orYurY8qpw1+0= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= \ No newline at end of file From 3d7d39f2487fa372487e00e3beca7d4e1419276f Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 21 Feb 2021 09:58:28 +0000 Subject: [PATCH 2/2] bump version --- api/tacticalrmm/tacticalrmm/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index f9fb59486a..aae644e7c0 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,7 +15,7 @@ AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.4.15" +TRMM_VERSION = "0.4.16" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser