mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update version in go.mod (#2382)
This commit is contained in:
@ -56467,7 +56467,7 @@ $packages["net"] = (function() {
|
||||
$pkg.$init = $init;
|
||||
return $pkg;
|
||||
})();
|
||||
$packages["github.com/StackExchange/dnscontrol/v3/pkg/spflib"] = (function() {
|
||||
$packages["github.com/StackExchange/dnscontrol/v4/pkg/spflib"] = (function() {
|
||||
var $pkg = {}, $init, bytes, json, fmt, io, ioutil, net, os, strings, SPFRecord, SPFPart, sliceType, sliceType$1, ptrType$2, ptrType$3, sliceType$3, sliceType$4, sliceType$5, mapType$1, qualifiers, Parse, dump, Chunks, matchesFlatSpec;
|
||||
bytes = $packages["bytes"];
|
||||
json = $packages["encoding/json"];
|
||||
@ -56477,7 +56477,7 @@ $packages["github.com/StackExchange/dnscontrol/v3/pkg/spflib"] = (function() {
|
||||
net = $packages["net"];
|
||||
os = $packages["os"];
|
||||
strings = $packages["strings"];
|
||||
SPFRecord = $pkg.SPFRecord = $newType(0, $kindStruct, "spflib.SPFRecord", true, "github.com/StackExchange/dnscontrol/v3/pkg/spflib", true, function(Parts_) {
|
||||
SPFRecord = $pkg.SPFRecord = $newType(0, $kindStruct, "spflib.SPFRecord", true, "github.com/StackExchange/dnscontrol/v4/pkg/spflib", true, function(Parts_) {
|
||||
this.$val = this;
|
||||
if (arguments.length === 0) {
|
||||
this.Parts = sliceType$3.nil;
|
||||
@ -56485,7 +56485,7 @@ $packages["github.com/StackExchange/dnscontrol/v3/pkg/spflib"] = (function() {
|
||||
}
|
||||
this.Parts = Parts_;
|
||||
});
|
||||
SPFPart = $pkg.SPFPart = $newType(0, $kindStruct, "spflib.SPFPart", true, "github.com/StackExchange/dnscontrol/v3/pkg/spflib", true, function(Text_, IsLookup_, IncludeRecord_, IncludeDomain_) {
|
||||
SPFPart = $pkg.SPFPart = $newType(0, $kindStruct, "spflib.SPFPart", true, "github.com/StackExchange/dnscontrol/v4/pkg/spflib", true, function(Text_, IsLookup_, IncludeRecord_, IncludeDomain_) {
|
||||
this.$val = this;
|
||||
if (arguments.length === 0) {
|
||||
this.Text = "";
|
||||
@ -56815,7 +56815,7 @@ $packages["github.com/StackExchange/dnscontrol/v3/pkg/spflib"] = (function() {
|
||||
}
|
||||
return false;
|
||||
};
|
||||
ptrType$2.methods = [{prop: "Lookups", name: "Lookups", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Print", name: "Print", pkg: "", typ: $funcType([], [$String], false)}, {prop: "TXT", name: "TXT", pkg: "", typ: $funcType([], [$String], false)}, {prop: "TXTSplit", name: "TXTSplit", pkg: "", typ: $funcType([$String, $Int, $Int], [mapType$1], false)}, {prop: "split", name: "split", pkg: "github.com/StackExchange/dnscontrol/v3/pkg/spflib", typ: $funcType([$String, $String, $Int, mapType$1, $Int, $Int], [], false)}, {prop: "Flatten", name: "Flatten", pkg: "", typ: $funcType([$String], [ptrType$2], false)}];
|
||||
ptrType$2.methods = [{prop: "Lookups", name: "Lookups", pkg: "", typ: $funcType([], [$Int], false)}, {prop: "Print", name: "Print", pkg: "", typ: $funcType([], [$String], false)}, {prop: "TXT", name: "TXT", pkg: "", typ: $funcType([], [$String], false)}, {prop: "TXTSplit", name: "TXTSplit", pkg: "", typ: $funcType([$String, $Int, $Int], [mapType$1], false)}, {prop: "split", name: "split", pkg: "github.com/StackExchange/dnscontrol/v4/pkg/spflib", typ: $funcType([$String, $String, $Int, mapType$1, $Int, $Int], [], false)}, {prop: "Flatten", name: "Flatten", pkg: "", typ: $funcType([$String], [ptrType$2], false)}];
|
||||
SPFRecord.init("", [{prop: "Parts", name: "Parts", embedded: false, exported: true, typ: sliceType$3, tag: ""}]);
|
||||
SPFPart.init("", [{prop: "Text", name: "Text", embedded: false, exported: true, typ: $String, tag: ""}, {prop: "IsLookup", name: "IsLookup", embedded: false, exported: true, typ: $Bool, tag: ""}, {prop: "IncludeRecord", name: "IncludeRecord", embedded: false, exported: true, typ: ptrType$2, tag: ""}, {prop: "IncludeDomain", name: "IncludeDomain", embedded: false, exported: true, typ: $String, tag: ""}]);
|
||||
$init = function() {
|
||||
@ -142801,21 +142801,21 @@ $packages["net/http"] = (function() {
|
||||
$pkg.$init = $init;
|
||||
return $pkg;
|
||||
})();
|
||||
$packages["github.com/StackExchange/dnscontrol/v3/docs/flattener"] = (function() {
|
||||
$packages["github.com/StackExchange/dnscontrol/v4/docs/flattener"] = (function() {
|
||||
var $pkg = {}, $init, json, fmt, spflib, jquery, http, strings, gResolver, gResp, ptrType, structType, sliceType, sliceType$1, funcType, funcType$1, sliceType$2, jq, parsed, domain, resolver, main, updateDisabledChecks, renderResults, buildHTML, genRoot, genPart;
|
||||
json = $packages["encoding/json"];
|
||||
fmt = $packages["fmt"];
|
||||
spflib = $packages["github.com/StackExchange/dnscontrol/v3/pkg/spflib"];
|
||||
spflib = $packages["github.com/StackExchange/dnscontrol/v4/pkg/spflib"];
|
||||
jquery = $packages["github.com/gopherjs/jquery"];
|
||||
http = $packages["net/http"];
|
||||
strings = $packages["strings"];
|
||||
gResolver = $pkg.gResolver = $newType(0, $kindStruct, "main.gResolver", true, "github.com/StackExchange/dnscontrol/v3/docs/flattener", false, function() {
|
||||
gResolver = $pkg.gResolver = $newType(0, $kindStruct, "main.gResolver", true, "github.com/StackExchange/dnscontrol/v4/docs/flattener", false, function() {
|
||||
this.$val = this;
|
||||
if (arguments.length === 0) {
|
||||
return;
|
||||
}
|
||||
});
|
||||
gResp = $pkg.gResp = $newType(0, $kindStruct, "main.gResp", true, "github.com/StackExchange/dnscontrol/v3/docs/flattener", false, function(Status_, Answer_) {
|
||||
gResp = $pkg.gResp = $newType(0, $kindStruct, "main.gResp", true, "github.com/StackExchange/dnscontrol/v4/docs/flattener", false, function(Status_, Answer_) {
|
||||
this.$val = this;
|
||||
if (arguments.length === 0) {
|
||||
this.Status = 0;
|
||||
@ -143147,7 +143147,7 @@ $packages["github.com/StackExchange/dnscontrol/v3/docs/flattener"] = (function()
|
||||
})();
|
||||
$synthesizeMethods();
|
||||
$initAllLinknames();
|
||||
var $mainPkg = $packages["github.com/StackExchange/dnscontrol/v3/docs/flattener"];
|
||||
var $mainPkg = $packages["github.com/StackExchange/dnscontrol/v4/docs/flattener"];
|
||||
$packages["runtime"].$init();
|
||||
$go($mainPkg.$init, []);
|
||||
$flushConsole();
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/StackExchange/dnscontrol/v3/pkg/spflib"
|
||||
"github.com/StackExchange/dnscontrol/v4/pkg/spflib"
|
||||
"github.com/gopherjs/jquery"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user