File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
static/carte/MarkerCluster Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.12 -alpine as build
1+ FROM golang:1.26 -alpine as build
22ENV GO111MODULE=on
33RUN apk add --no-cache git make
44WORKDIR /go/src/github.com/ultreme/sdm/map/api
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/ultreme/sdm/map/api
33go 1.12
44
55require (
6- github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
7- github.com/go-chi/chi v4.0.2 +incompatible
6+ github.com/brianloveswords/airtable 083b90826e4a
7+ github.com/go-chi/chi v4.1.3 +incompatible
88 github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
9- github.com/go-chi/render v1.0.1
9+ github.com/go-chi/render v1.0.3
1010 go.uber.org/ratelimit v0.1.0 // indirect
1111)
Original file line number Diff line number Diff line change 77 "git-rev-sync" : " 1.12.0" ,
88 "happen" : " 0.3.2" ,
99 "jake" : " 0.7.20" ,
10- "jshint" : " 2.10.2 " ,
10+ "jshint" : " 2.13.6 " ,
1111 "karma" : " 1.7.1" ,
1212 "karma-chrome-launcher" : " 2.2.0" ,
1313 "karma-coverage" : " 1.1.2" ,
14- "karma-firefox-launcher" : " 1.2 .0" ,
14+ "karma-firefox-launcher" : " 1.3 .0" ,
1515 "karma-mocha" : " 1.3.0" ,
1616 "karma-phantomjs-launcher" : " 1.0.4" ,
1717 "karma-rollup-plugin" : " 0.2.4" ,
1818 "karma-safari-launcher" : " 1.0.0" ,
19- "leaflet" : " 1.5.1 " ,
19+ "leaflet" : " 1.9.4 " ,
2020 "mocha" : " 1.21.5" ,
2121 "phantomjs-prebuilt" : " 2.1.16" ,
2222 "rollup" : " 0.68.2" ,
23- "rollup-plugin-git-version" : " 0.2 .1" ,
23+ "rollup-plugin-git-version" : " 0.3 .1" ,
2424 "rollup-plugin-json" : " 2.3.1" ,
2525 "uglify-js" : " 2.8.29"
2626 },
2727 "peerDependencies" : {
28- "leaflet" : " ~1.3.1 || ~1.5.0"
28+ "leaflet" : " ~1.3.1 || ~1.5.0 || ~1.9.0 "
2929 },
3030 "main" : " dist/leaflet.markercluster-src.js" ,
3131 "scripts" : {
You can’t perform that action at this time.
0 commit comments