Source file src/crypto/internal/cryptotest/x509limbo/schemaversion.go

     1  // Copyright 2026 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Code generated by _schema/schema_gen.go, DO NOT EDIT.
     6  
     7  package x509limbo
     8  
     9  // X509LimboModule is the module path of the upstream x509-limbo project.
    10  const X509LimboModule = "github.com/C2SP/x509-limbo"
    11  
    12  // X509LimboVersion is the X509LimboModule version that schema.go was
    13  // generated against.
    14  const X509LimboVersion = "v0.0.0-20260522003327-feb7caccc1af"
    15  

View as plain text