diff --git a/ckconfig/profiles_fake.xml b/ckconfig/profiles_fake.xml index 72bb2fbd..165d5d37 100644 --- a/ckconfig/profiles_fake.xml +++ b/ckconfig/profiles_fake.xml @@ -6,6 +6,7 @@ 15 0 8589934592000 + 300 17179869184000 25769803776000 1073741824 diff --git a/ckconfig/users.xml b/ckconfig/users.xml index 479f5fc4..a3e1d130 100644 --- a/ckconfig/users.xml +++ b/ckconfig/users.xml @@ -6,6 +6,7 @@ 15 0 261644000000 + 300 523288000000 784932000000 500 diff --git a/frontend b/frontend index 19c5f2fc..635c3f83 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 19c5f2fca5bf913ea7a34b3febdd22708341ff77 +Subproject commit 635c3f837377edc044f573a943a4b00ecc1fcf34 diff --git a/go.mod b/go.mod index 5592a734..35965764 100644 --- a/go.mod +++ b/go.mod @@ -105,7 +105,6 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/shopspring/decimal v1.3.1 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect github.com/thoas/go-funk v0.9.2 // indirect github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect github.com/ugorji/go/codec v1.1.13 // indirect diff --git a/go.sum b/go.sum index a1dd1e9f..5aa68a6a 100644 --- a/go.sum +++ b/go.sum @@ -657,8 +657,6 @@ github.com/swaggo/gin-swagger v1.3.0/go.mod h1:oy1BRA6WvgtCp848lhxce7BnWH4C8Bxa0 github.com/swaggo/swag v1.5.1/go.mod h1:1Bl9F/ZBpVWh22nY0zmYyASPO1lI/zIwRDrpZU+tv8Y= github.com/swaggo/swag v1.7.1 h1:gY9ZakXlNWg/i/v5bQBic7VMZ4teq4m89lpiao74p/s= github.com/swaggo/swag v1.7.1/go.mod h1:gAiHxNTb9cIpNmA/VEGUP+CyZMCP/EW7mdtc8Bny+p8= -github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c h1:+aPplBwWcHBo6q9xrfWdMrT9o4kltkmmvpemgIjep/8= -github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c/go.mod h1:SbErYREK7xXdsRiigaQiQkI9McGRzYMvlKYaP3Nimdk= github.com/tebeka/strftime v0.1.3 h1:5HQXOqWKYRFfNyBMNVc9z5+QzuBtIXy03psIhtdJYto= github.com/tebeka/strftime v0.1.3/go.mod h1:7wJm3dZlpr4l/oVK0t1HYIc4rMzQ2XJlOMIUJUJH6XQ= github.com/thoas/go-funk v0.9.2 h1:oKlNYv0AY5nyf9g+/GhMgS/UO2ces0QRdPKwkhY3VCk=