1
0
forked from MTSR/mapserver
Commit Graph

76 Commits

Author SHA1 Message Date
BuckarooBanzay
3aabb452b4 use colormapping repo 2023-01-20 17:44:59 +01:00
renovate[bot]
4e04be6ce1 Update module modernc.org/sqlite to v1.20.0 2022-12-16 08:23:58 +01:00
renovate[bot]
d91b562c26 Update module github.com/lib/pq to v1.10.7 2022-12-16 08:21:53 +01:00
renovate[bot]
4b3b6c9332 Update github.com/yuin/gopher-lua digest to 3323424 2022-12-16 08:19:45 +01:00
renovate[bot]
7d6c8bdce2 Update module github.com/minetest-go/mapparser to v0.1.8 2022-12-16 08:16:05 +01:00
renovate[bot]
3f8f0ae5ca Update module github.com/prometheus/client_golang to v1.14.0 2022-12-16 08:15:50 +01:00
renovate[bot]
aba317e5ff Update module github.com/stretchr/testify to v1.8.1 2022-12-16 08:15:35 +01:00
Renovate Bot
baadd3e8cb Update module github.com/stretchr/testify to v1.7.1 2022-03-19 17:24:55 +01:00
Renovate Bot
a445e363c7 Update module github.com/gorilla/websocket to v1.5.0 2022-03-06 11:56:34 +01:00
Renovate Bot
3f86c95862 Update module modernc.org/sqlite to v1.14.8 2022-03-06 11:56:08 +01:00
Renovate Bot
9fb7bec52b Update module modernc.org/sqlite to v1.14.6 2022-02-05 08:08:17 +01:00
Renovate Bot
fcacee9c55 Update module github.com/prometheus/client_golang to v1.12.1 2022-02-03 20:38:56 +01:00
Renovate Bot
c1a33603c0 Update module github.com/minetest-go/mapparser to v0.1.1 2022-02-01 15:17:09 +01:00
Buckaroo Banzai
ddb5267a3b
Go releaser (#238)
* add goreleaser config

* update go.mod / gitignore

* dev/cross cleanup

* switch to cgo-less sqlite driver

* workflows

* fix build workflow

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-02-01 14:59:29 +01:00
BuckarooBanzay
73c93af328 partial switch to mapparser lib 2021-10-12 07:44:07 +02:00
Renovate Bot
6e53fad9f3 Update github.com/yuin/gopher-lua commit hash to f4c35e4 2021-09-01 19:52:31 +02:00
dependabot[bot]
8463704dcd Bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.8
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:41:38 +02:00
dependabot[bot]
16eda47049 Bump github.com/lib/pq from 1.10.0 to 1.10.2
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.0...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 08:30:02 +02:00
dependabot[bot]
20d0aa73c3 Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 08:27:15 +02:00
dependabot[bot]
48671a7e4d Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.6...v1.14.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 08:19:35 +02:00
BuckarooBanzay
4eccd1edd6 switch to embed.FS 2021-04-12 13:03:10 +02:00
BuckarooBanzay
6646b7258d go and lib upgrade 2021-04-12 11:56:28 +02:00
dependabot[bot]
9401cbbbea Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 11:48:59 +02:00
dependabot[bot]
072b5579f0 Bump github.com/lib/pq from 1.9.0 to 1.10.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.9.0...v1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 11:44:41 +02:00
dependabot[bot]
70a6601dae Bump github.com/mattn/go-sqlite3 from 1.14.5 to 1.14.6
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.5 to 1.14.6.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.5...v1.14.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 12:16:54 +01:00
dependabot[bot]
a485503461 Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.5
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.4 to 1.14.5.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.4...v1.14.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 09:55:28 +01:00
dependabot[bot]
a357443a47 Bump github.com/lib/pq from 1.8.0 to 1.9.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.8.0...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 09:50:57 +01:00
dependabot[bot]
0176429cb9 Bump github.com/mattn/go-sqlite3 from 1.14.3 to 1.14.4
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.3 to 1.14.4.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.3...v1.14.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 20:20:49 +02:00
dependabot-preview[bot]
bb6ba38486
Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 05:43:18 +00:00
dependabot-preview[bot]
5b34401554 Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.3
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.2...v1.14.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 09:01:48 +02:00
dependabot-preview[bot]
b28f9b2b33 Bump github.com/mattn/go-sqlite3 from 1.14.1 to 1.14.2
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.1...v1.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 07:55:51 +02:00
dependabot-preview[bot]
ac04991745 Bump github.com/mattn/go-sqlite3 from 1.14.0 to 1.14.1
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.0...v1.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-21 07:58:26 +02:00
dependabot-preview[bot]
c2ec094357 Bump github.com/lib/pq from 1.7.1 to 1.8.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.7.1...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-28 08:22:45 +02:00
dependabot-preview[bot]
c41db94ecb
Bump github.com/lib/pq from 1.7.0 to 1.7.1
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.7.0...v1.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 06:19:29 +00:00
dependabot-preview[bot]
7f7845c51d Bump github.com/mattn/go-sqlite3 from 1.13.0 to 1.14.0
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.13.0...v1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 08:29:48 +02:00
dependabot-preview[bot]
0d86193e60 Bump github.com/lib/pq from 1.6.0 to 1.7.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.6.0...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 08:45:51 +02:00
dependabot-preview[bot]
2c8351a84e Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 08:57:21 +02:00
dependabot-preview[bot]
22bc2381c9 Bump github.com/lib/pq from 1.5.2 to 1.6.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.5.2...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 10:04:52 +02:00
dependabot-preview[bot]
83b3ddcc1a Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:54:08 +02:00
dependabot-preview[bot]
42cdd20080 Bump github.com/lib/pq from 1.5.1 to 1.5.2
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.5.1...v1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 09:28:32 +02:00
dependabot-preview[bot]
3a496c6369 Bump github.com/lib/pq from 1.5.0 to 1.5.1
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-05 08:56:37 +02:00
dependabot-preview[bot]
92c9781d9a Bump github.com/lib/pq from 1.4.0 to 1.5.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 08:53:13 +02:00
dependabot-preview[bot]
39d42fe474 Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.5.0...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 08:52:21 +02:00
dependabot-preview[bot]
ef46e802cb Bump github.com/lib/pq from 1.3.0 to 1.4.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.3.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 09:02:56 +02:00
dependabot-preview[bot]
afdb79cc96 Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 08:23:44 +01:00
dependabot-preview[bot]
b29bf43501 Bump github.com/gorilla/websocket from 1.4.1 to 1.4.2
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 08:04:40 +01:00
dependabot-preview[bot]
76621dcd97 Bump github.com/stretchr/testify from 1.5.0 to 1.5.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:48:55 +01:00
dependabot-preview[bot]
6d067585cf
Bump github.com/stretchr/testify from 1.4.0 to 1.5.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 06:17:04 +00:00
dependabot-preview[bot]
d9ef309f0a
Bump github.com/lib/pq from 1.2.0 to 1.3.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.2.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 06:20:47 +00:00
Thomas Rudin
4d49f7f2e1 go mod 2019-11-25 21:34:48 +01:00