3 Commits 26e891973c ... 5919a9e931

Author SHA1 Message Date
  Volodymyr Tkach 5919a9e931 Version++ 2 years ago
  Volodymyr Tkach 5ee1a2d260 Better horizontal line style 2 years ago
  Volodymyr Tkach 8a6215ba1b Update golang-utils 2 years ago
6 changed files with 12 additions and 6 deletions
  1. 1 1
      Makefile
  2. 1 1
      go.mod
  3. 2 2
      go.sum
  4. 2 2
      internal/consts/consts.go
  5. 0 0
      internal/server/web/styles.css
  6. 6 0
      internal/server/web/styles.dev.css

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-VERSION="1.0.3"
+VERSION="1.0.4"
 DOCKER_IMG_NAME := golang-ip2location
 DOCKER_IMG_NAME := golang-ip2location
 CURRENT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
 CURRENT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
 DATA_DIR := ${CURRENT_DIR}/data
 DATA_DIR := ${CURRENT_DIR}/data

+ 1 - 1
go.mod

@@ -7,7 +7,7 @@ require (
 	github.com/onsi/ginkgo v1.16.5
 	github.com/onsi/ginkgo v1.16.5
 	github.com/onsi/gomega v1.19.0
 	github.com/onsi/gomega v1.19.0
 	github.com/vladimirok5959/golang-ctrlc v1.0.4
 	github.com/vladimirok5959/golang-ctrlc v1.0.4
-	github.com/vladimirok5959/golang-utils v1.4.0
+	github.com/vladimirok5959/golang-utils v1.4.6
 	github.com/vladimirok5959/golang-worker v1.0.0
 	github.com/vladimirok5959/golang-worker v1.0.0
 )
 )
 
 

+ 2 - 2
go.sum

@@ -43,8 +43,8 @@ github.com/vladimirok5959/golang-ctrlc v1.0.4 h1:paARfY0AsWqR/LDcRZ0CNfzIDW1LwKB
 github.com/vladimirok5959/golang-ctrlc v1.0.4/go.mod h1:yX6w0Ke3YILU+g5h2v7Ww0PXj80/Y2ehGXYneQIDE+0=
 github.com/vladimirok5959/golang-ctrlc v1.0.4/go.mod h1:yX6w0Ke3YILU+g5h2v7Ww0PXj80/Y2ehGXYneQIDE+0=
 github.com/vladimirok5959/golang-server-sessions v1.0.9 h1:oGj3jfpIo5PtWojeGDexDtTmaaZtSY/vH2PcwZIqWNI=
 github.com/vladimirok5959/golang-server-sessions v1.0.9 h1:oGj3jfpIo5PtWojeGDexDtTmaaZtSY/vH2PcwZIqWNI=
 github.com/vladimirok5959/golang-server-sessions v1.0.9/go.mod h1:w0JRthleTg5D4lY32iczfuUfKCXpbgUiLXHhIUFyY4o=
 github.com/vladimirok5959/golang-server-sessions v1.0.9/go.mod h1:w0JRthleTg5D4lY32iczfuUfKCXpbgUiLXHhIUFyY4o=
-github.com/vladimirok5959/golang-utils v1.4.0 h1:AJsrNRqVZVUcePXyB0RPKNV0fnH2Ugey+vIdQFQHzvM=
-github.com/vladimirok5959/golang-utils v1.4.0/go.mod h1:IwOGU0ErnuHJhSOvS3MuOJfbuI2G7VZY3EXRe44fD18=
+github.com/vladimirok5959/golang-utils v1.4.6 h1:BFFYNs3zKf0bHayqxLwxuPpSZm39Vgi0fm3PgTabjUw=
+github.com/vladimirok5959/golang-utils v1.4.6/go.mod h1:K9KOMKnUfgw1HqQ/e+XPirZBKGDzoRKDBC9tJNI6vSM=
 github.com/vladimirok5959/golang-worker v1.0.0 h1:Qu29qWnpy0eXn4dKMd5mEjH+by1o7JWErvcIkMhNQ50=
 github.com/vladimirok5959/golang-worker v1.0.0 h1:Qu29qWnpy0eXn4dKMd5mEjH+by1o7JWErvcIkMhNQ50=
 github.com/vladimirok5959/golang-worker v1.0.0/go.mod h1:WQitGjRYwCuS1/AoOQvHHbvYXCqR+FSzFW0LsunkBy4=
 github.com/vladimirok5959/golang-worker v1.0.0/go.mod h1:WQitGjRYwCuS1/AoOQvHHbvYXCqR+FSzFW0LsunkBy4=
 github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

+ 2 - 2
internal/consts/consts.go

@@ -6,8 +6,8 @@ import (
 	"strings"
 	"strings"
 )
 )
 
 
-const AppVersion = "1.0.3"
-const AssetsVersion = 2
+const AppVersion = "1.0.4"
+const AssetsVersion = 3
 
 
 const DataDirectory = "data"
 const DataDirectory = "data"
 const DBFileName = "IP2LOCATION-LITE-DB3.BIN"
 const DBFileName = "IP2LOCATION-LITE-DB3.BIN"

File diff suppressed because it is too large
+ 0 - 0
internal/server/web/styles.css


+ 6 - 0
internal/server/web/styles.dev.css

@@ -11,6 +11,12 @@ a:hover {
 	text-decoration: underline;
 	text-decoration: underline;
 }
 }
 
 
+hr {
+	height: 0px;
+	border: none;
+	border-top: 1px solid #dee2e6;
+}
+
 html,
 html,
 body {
 body {
 	height: 100%;
 	height: 100%;

Some files were not shown because too many files changed in this diff